Skip to content

Instantly share code, notes, and snippets.

@nvnivs
Last active August 29, 2015 13:57
Show Gist options
  • Save nvnivs/9686799 to your computer and use it in GitHub Desktop.
Save nvnivs/9686799 to your computer and use it in GitHub Desktop.
Batch to invoke a Psake build
powershell -NonInteractive -Command "& { Import-Module .\psake.psm1; Invoke-Psake .\psake-build.ps1 %*; exit !($psake.build_success); }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment