Created
July 24, 2013 07:28
-
-
Save ashic/6068663 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Powershell build step. | |
Script:Source. | |
Script source: & {$host.UI.RawUI.BufferSize = new-object System.Management.Automation.Host.Size(512, 50); .\tools\psake\psake .\build\build.ps1 ci; | |
if ($psake.build_success -eq $false) { exit 1 } else { exit 0 }} | |
[replace .\tools\psake\psake .\build\build.ps1 ci with whatever your command line build is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment