I want to have a Drift-Report during our DACPAC deployments. I am running DACPAC deployment in Azure DevOps to an on-prem SQL server. This task is utilizing SQLPacakge.exe and it's possible to pass "Additional Arguments" to the task. But after adding /Action:DriftReport to the arguments, I get this runtime error:
*** Duplicate 'Action' argument 'DriftReport'.
Is it that /Action:Publish is already provided by the winRM task? And if yes, is it possible to change it?