Last active
May 7, 2017 23:14
-
-
Save DanijelMalik/32b5fd134fdb8b50d9a3b8f0d507d491 to your computer and use it in GitHub Desktop.
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
| 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