I added these publish action
'/p:IgnoreDdlErrors=true /p:IgnoreDmlTriggers=True /p:IgnoreWithNocheckOnForeignKeys=true /p:TreatVerificationErrorsAsWarnings=false /p:BlockOnPossibleDataLoss=true /p:DropObjectsNotInSource=False /p:DropConstraintsNotInSource=false /p:DropIndexesNotInSource=false /p:DropDmlTriggersNotInSource=false /p:ScriptDatabaseOptions=False'
But got these errors:
##[error]*** 'IgnoreDdlErrors' is not a valid argument for the 'Publish' action.
##[error]*** 'IgnoreDmlTriggers' is not a valid argument for the 'Publish' action.