Skip to content

How can I get help on how to use psake?

TimMurphy edited this page Apr 8, 2011 · 7 revisions

You can read this faq for help on how to use psake.

You can also use the powershell command-let get-help on the Invoke-psake function to get more detailed help.

# First import the psake.psm1 file 

Import-Module .\psake.psm1

Get-Help Invoke-psake -full

Next – How do I run psake?

Clone this wiki locally