In Devops. I'm trying to deploy a project in to Azure web app. How to use publish profile password?
The help message doesn't give me any help too...
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.
For details ,please refer to this document.