MSBuild ContinueOnError = treat errors as warnings???
am 13.11.2007 10:59:35 von JayFlemingHi all,
I'm currently working on a build system, and require the build process
to continue in the event of an error..so I've been looking at the
ContinueOnError flag. The problem (as I see it) is that this actually
converts any errors to warnings...so the error actually disappears and
becomes a warning...is there no way to continue but to keep the error
as an error so it can be correctly tracked in the build report
etc...???
Cheers,
Jay