psake script in Visual Studio

A sample project will be set up in Visual Studio for writing psake script,

  • Create a new Class Library Project
  • Install Nuget Package – psake
  • Add a default.ps1 file with some test script, or that can be copied from packages\psake.x.x.0\tools\examples default.ps1
  • Execute the script:
Import-Module .\packages\psake.4.6.0\tools\psake.psm1
Invoke-psake .\psake\default.ps1