ContinueOnError

suggest change
Task Build -depends Clean {
   "Build"
 }

Task Clean -ContinueOnError {
   "Clean"
    throw "throw on purpose, but the task will continue to run"
 }

Task default -Depends Build

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents