Last active
September 23, 2015 01:43
-
-
Save ryanvgates/4616ee2f9f6310085ced to your computer and use it in GitHub Desktop.
Queue Development Builds
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
# | |
# Queue Dev Builds | |
# | |
Import-Module $PSScriptRoot\TFS\TFS.psm1 | |
$buildNames = | |
"Service1 - Continuous", | |
"Service1.DB - Continuous", | |
"Service2 - Continuous", | |
"Service2.DB - Continuous", | |
"Service3 - Continuous", | |
"Client - Continuous" | |
QueueBuilds -serverName "http://tfs:8080/tfs/TeamProjectCollection" -teamProject "TeamProject" -buildDefinitionNames $buildNames |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment