I am running a vcbuild process as part of a buildbot. I would like the build to stop on the first failure, instead of continuing to build additional projects.
It looks like msbuild has a StopOnFirstFailure property, but I do not know if this works with vcbuild or how to use it.