Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created February 21, 2013 20:55
Show Gist options
  • Save HowardvanRooijen/5008168 to your computer and use it in GitHub Desktop.
Save HowardvanRooijen/5008168 to your computer and use it in GitHub Desktop.
$parameters = @{
ConnectionDetails = @{
ServerUrl = "teamcity.codebetter.com"
Credential = Get-Credential
}
BuildConfigId = "bt437"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment