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...
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...
Copyright © 2021 Jogjafile Inc.




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
userPWDvariable.For details ,please refer to this document.