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???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top