问题
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.
回答1:
If you fancy faffing with VB macros, have a look at this eHow article that tells you how to do just that.
来源:https://stackoverflow.com/questions/3976399/visual-studio-option-stop-on-any-project-error