Error handling in VS/C# build events.

Posted by ProfK on Stack Overflow See other posts from Stack Overflow or by ProfK
Published on 2010-06-05T09:40:16Z Indexed on 2010/06/05 9:42 UTC
Read the original article Hit count: 844

I have just written a small utility to be used in a pre-build event. The utilty works fine when run as standalone, but does nothing when used in the build event. Is there a standard way of noticing and dealing with error conditions in build events, or is that the domain of more advanced build control?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about build-process