How can we help you today? How can we help you today?
Kendra_Little
And I've just found that I can answer this more fully before knowing which "authoring" tool you are using. There is a way that you can skip the build process if desired, by using the New-DatabaseProjectObject powershell cmdlet. Some notes on this: You would implement this using a PowerShell step in Azure DevOps, instead of the graphic plugin. The documentation page linked above has examples for doing this (one example is for a SQL Source Control project, one is for a SQL Change Automation project) The build process adds some additional value in terms of validation. It also creates a snapshot of the desired target schema which is used for things in the "Create Release Artifact" process, such as the changes report and the drift report. That means that if you skip the build process, you'll still have the ability to deploy, but won't have these extra features. As mentioned above, this also skips the validation process.  I think that what you are mentioning above is that you might have more than one kind of build pipeline, and only run the "full" build when you are generating a NUGET package that is planned to be deployed to production?  I'm not entirely sure what your branching strategy and development database workflow is, but combining the two approaches might work, and then you would still get the changes report, the drift report, etc for your production release artifacts. Cheers, Kendra / comments
And I've just found that I can answer this more fully before knowing which "authoring" tool you are using.There is a way that you can skip the build process if desired, by using the New-DatabasePro...
0 votes