You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole point of SSDT / DACPACs methodology is that they generate a SqlCmd script on-the fly depending upon the status of the target database. Personally, I let the tool do its job. However, I understand for some shops, they will want to see the change script. I will take a look at adding this feature request sometime in the future. If you fancy your hand, you could add it to the underlying PowerShell module PublishDacPac yourself and issue a pull request. https://github.com/DrJohnT/PublishDacPac
DrJohnT
changed the title
Generate schema change script action
PublishDacPac Feature Request: Generate schema change script action
Jan 11, 2021
I am trying to allow a pipeline to publish a schema change to an on-premises SQL Server 2017 instance, but I want to do that in two steps:
I know that can be achieved by publishing to SQL Azure by setting
deploymentAction: 'Script'
and thendeploymentAction: 'Publish'
Can this be done by using this extension? I have gone through the documentation, and it does not seem possible. If so, can you provide an example?
The text was updated successfully, but these errors were encountered: