In Azure SQL Publish Deployment, An error occurred during deployment plan generation. Deployment cannot continue. Missing values for the following SqlCmd variables:env master. The Azure SQL DACPAC task failed. SqlPackage.exe exited with code 1
- DevOps Build: SqlProj Build success.
- DevOps Release: Getting the above mentioned error.
Try 1: Have added the variable master with value master in release pipeline. Not helped.
Try 2:Have added the variable master with value master in build pipeline itself. Not helped too.