stop solution build on first compilation\link error - msbuild

前端 未结 3 1393
野的像风
野的像风 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:37

    I'm using StopOnFirstBuildError

    https://marketplace.visualstudio.com/items?itemName=EinarEgilsson.StopOnFirstBuildError

    It stops the build when the any project building fails. I'm using on 2015. The linked page says it works with Visual Studio 2012, 2013, 2015, 2017.

提交回复
热议问题