stop solution build on first compilation\link error - msbuild

前端 未结 3 1389
野的像风
野的像风 2021-01-18 05:17

I\'m compiling a solution with many projects inside using VS2013\'s MSBuild. I want the build to stop if one of the projects fails to compile and that the error code of msbu

3条回答
  •  别那么骄傲
    2021-01-18 05:44

    If anyone is still looking for this feature in Visual Studio, there is a free extension called [VSColorOutput] (here), which has an option to stop the build on first build error. Once you have installed the extension, the options is located at: Tools.Options.VSColorOutput.Build Actions.Stop Build On First Error

提交回复
热议问题