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.
It worked after adding /p:DropObjectsNotInSource=true