Can the build of a Visual Studio solution with many projects be aborted if a postbuild event for one project return some error code back to Visual Studio? How?
How to abort or fail a Visual Studio build if a postbuild event runs a program that returns an error
Asked
Active
Viewed 3,066 times
1 Answers
4
I just found this: article exit 1 means postbuild event fails

Trying Tobemyself
- 3,668
- 3
- 28
- 43

Erik Norman
- 56
- 3