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
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.