Visual Studio option - Stop on any project error

北城余情 提交于 2019-12-12 01:43:39

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!