Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created April 11, 2013 12:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Run psake script
Remove-Module [p]sake
Import-Module .\Tools\psake\psake.psm1
$psake.use_exit_on_error = $true
Invoke-psake .\package.ps1 Package -properties @{ revision = '%env.BUILD_VCS_NUMBER%'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment