Skip to content

Instantly share code, notes, and snippets.

@borismod
Last active December 3, 2015 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borismod/7ed2f2a5019197e5d71e to your computer and use it in GitHub Desktop.
Save borismod/7ed2f2a5019197e5d71e to your computer and use it in GitHub Desktop.
Get Builds by Build Configuration Id
var builds = new RemoteTc()
.Connect(_ => _.ToHost("teamcity.codebetter.com").AsGuest())
.GetBuilds(_ => _.BuildConfiguration(__ => __.Id("FluentTc")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment