Search code examples
devopsazure-pipelines-release-pipelinepubxmlazure-devops-deploymentgroups

For DevOps Release, how to config pubxml and password to deploy to Azure App Service?


In Devops. I'm trying to deploy a project in to Azure web app. How to use publish profile password?


DevOps capture


The help message doesn't give me any help too...

Help Message


Solution

  • PublishProfilePassword(Publish profile password) : The password for the profile file. Consider storing the password in a secret variable and using that variable here. Example: $(Password).

    Please refer to this document.

    The downloaded publishing profile contains your password in the userPWD variable.

    enter image description here

    For details ,please refer to this document.