Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created April 11, 2013 12:58
Show Gist options
  • Save adoprog/5363165 to your computer and use it in GitHub Desktop.
Save adoprog/5363165 to your computer and use it in GitHub Desktop.
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