Is there any way in VS that I can make it stop building the solution if ANY project in the build step fails to build?
I have a solution that has cca. 100 projects. I want build process to STOP if it encounters build error on any of the projects.
Failing build means that there were build errors while building that project.