Created
April 11, 2013 12:58
-
-
Save adoprog/5363165 to your computer and use it in GitHub Desktop.
Run psake script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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