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
Sets whether Deployment Script(s) should be generated during deploy.
If true, a script to update the database will be generated, and a script to
update Master may also be generated if the target is an Azure SQL DB and this
database has not yet been created.
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Publish
Dacpac Settings
Syntax
public bool GenerateDeploymentScript { get; set; }
Value
Type | Description |
---|---|
bool | Defaults to true |