ekolis
ekolis

Reputation: 6786

How do I prevent database triggers from being deployed in Azure DevOps when I deploy a DACPAC as part of a release pipeline?

So I figured out how to disable the triggers from being part of a DACPAC, but unfortunately that's just a user level setting in Visual Studio, so I can't save it to source control and deploy the solution with those changes.

There's got to be some way to filter out the triggers from the DACPAC in the definition of the deployment pipeline task. But I have no idea where to start; all I see are some text fields and none of them are even generic "command line options" fields...

Upvotes: 0

Views: 428

Answers (0)

Related Questions