欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

关于VSTS自动Build报错问题之Microsoft.Net.Compilers

程序员文章站 2022-07-31 20:10:57
报错内容如下: 1 2018-11-06T11:29:54.6035712Z ##[error]Dotnet command failed with non-zero exit code on the following projects : X:\agent\_work\34\s\src\**\* ......

报错内容如下:

1 2018-11-06t11:29:54.6035712z ##[error]dotnet command failed with non-zero exit code on the following projects : x:\agent\_work\34\s\src\**\**.csproj
2 2018-11-06t11:29:54.6201816z ##[section]finishing: build

主要原因是有一个package问题导致的:

<packagereference include="microsoft.net.compilers" version="2.9.0" />

去除了这个package就好了。

还有个问题,貌似vsts新版前台之后,这些报错信息都不是很明确。