PublishOptions.GenerateDeploymentScript Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public bool GenerateDeploymentScript { get; set; }
member this.GenerateDeploymentScript : bool with get, set
Public Property GenerateDeploymentScript As Boolean
Property Value
Defaults to true