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:


Introduction to psake:
* ContinueOnError

Table Of Contents
1 Loops
19 XML
20 Introduction to psake
22 Strings
25 Aliases
47 MongoDB
65 AWS S3