我的 Azure DevOps 生成开始失败,没有任何代码或生成更改。
在可视化工作室构建步骤中引发以下错误
Error : The value for PublishProfile is set to 'FileSystem', expected to find the file at '...FileSystem.pubxml' but it could not be found.
事实证明这是一个错误。
https://developercommunity.visualstudio.com/content/problem/754048/error-the-value-for-publishprofile-is-set-to-files.html
https://github.com/microsoft/azure-pipelines-image-generation/issues/1276
我现在能够通过将我的构建主机映像从windows-2019
更改为vs2017-win2016
来解决此问题
所以在我的山药里
pool:
vmImage: 'vs2017-win2016' #instead of window-2019