Skip to content

Instantly share code, notes, and snippets.

@DanijelMalik
Last active May 7, 2017 23:14
Show Gist options
  • Select an option

  • Save DanijelMalik/32b5fd134fdb8b50d9a3b8f0d507d491 to your computer and use it in GitHub Desktop.

Select an option

Save DanijelMalik/32b5fd134fdb8b50d9a3b8f0d507d491 to your computer and use it in GitHub Desktop.
public TfsHelper(Uri uri)
{
_tfsServer = new TfsTeamProjectCollection(uri);
_buildServer = _tfsServer.GetService<IBuildServer>();
_versionServer = _tfsServer.GetService<VersionControlServer>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment