📄️ Installing psake
Install the psake module
📄️ Run psake
psake is a PowerShell module and is contained in a file named psake.psm1.
📄️ Getting Help
Learn how to get help on your psake tasks
📄️ Conditional Tasks
You can conditionally run a task by using the "precondition" parameter of the
📄️ Parameters
You can pass parameters to your build script using the "parameters" parameter of
📄️ Default Build File
If you call psake but do not specify a build file, psake will instead use a
📄️ How to Fail a Build
Learn how to fail your builds safely.
📄️ Nested Builds
See how to create and run nested builds
📄️ Properties
How to override a property in your build script.