Search code examples
sqlazure-pipelinesazure-pipelines-release-pipeline

Delete table is not working in SQL automate using dacpac in Azure pipeline


I'm trying to deploy the SQL changes using build and release pipeline in Azure using dacpac. Creating and updating the table is working as expected using the release. But when i try to delete the database, it's not working even though my release is succeeded.

enter image description here


Solution

  • It worked after adding /p:DropObjectsNotInSource=true