Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active September 23, 2015 01:43
Show Gist options
  • Save ryanvgates/4616ee2f9f6310085ced to your computer and use it in GitHub Desktop.
Save ryanvgates/4616ee2f9f6310085ced to your computer and use it in GitHub Desktop.
Queue Development Builds
#
# 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