MSBuild ContinueOnError = treat errors as warnings???

  • Thread starter Thread starter JayFleming
  • Start date Start date
J

JayFleming

Hi 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
 
Anyone know a way of raising/trapping multiple errors while continuing
build execution???
 
Back
Top