我已经创建Azure API App
并且可以使用Visual Studio 2015
. 现在我想msbuild
在持续部署中使用它来部署它。到目前为止,我已经尝试过:
msbuild MyAzureApiApp.csproj /p:DeployOnBuild=true /p:PublishProfile=myPublishProfile.pubxml
但它要求password
!我检查了订阅.publishsettings
文件,但找不到任何密码。
请注意,我还检查了隐藏文件.pubxml.user
并找到了密码,但它是加密的?
那么如何获取部署它的密码呢?