PublishDacpacSettings.

GenerateDeploymentScript Property

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
PublishDacpacSettings

Syntax

public bool GenerateDeploymentScript { get; set; }

Value

Type Description
bool Defaults to true