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

2.4k Views Asked by At

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

2

There are 2 best solutions below

1
Hugh Lin On BEST ANSWER

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.

1
Ben On

I found config the password on variable tab.

enter image description here

enter image description here