This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
Summary
Optional path to write the master database-level deployment script, if
Microsoft.SqlServer.Dac.PublishOptions.GenerateDeploymentScript
is true.
This script is only created if Azure SQL DB is the target as USE statements are not supported on that platform.
It contains all operations that must be done against the master database, for instance Create Database statements
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Publish
Dacpac Settings
Syntax
public string MasterDbScriptPath { get; set; }
Value
Type | Description |
---|---|
string |