January 2016
Intermediate to advanced
340 pages
7h 53m
English
In this recipe, you'll learn how to get the name of the Process Template used to create a Team Project.
Follow the steps in the Acquiring TFS object model from the NuGet Gallery recipe to create a project in Visual Studio and add the TFS NuGet packages to this project.
var tfs = TfsTeamProjectCollectionFactory
.GetTeamProjectCollection(new Uri("http://tfs2015:8080/tfs"));
tfs.EnsureAuthenticated();VersionControlServer ...Read now
Unlock full access