Azure DevOps - 错误:发布配置文件的值设置为"文件系统"



我的 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

相关内容

最新更新