Re: [NAnt-users] Don't go to OnSuccess or OnFailure

2007-03-13 Thread Eric Fetzer
Sent: Monday, March 12, 2007 2:52:39 PM Subject: [NAnt-users] Don't go to OnSuccess or OnFailure I'm modifying a build for a specific case scenario that I haven't used before. It starts by calling a different target and in the end (just for this target), I DON'T want to go to fai

[NAnt-users] Don't go to OnSuccess or OnFailure

2007-03-12 Thread Eric Fetzer
I'm modifying a build for a specific case scenario that I haven't used before. It starts by calling a different target and in the end (just for this target), I DON'T want to go to failure or success. Is there a way to end the build in my target? Thanks, Eric __