Where can I find Microsoft.TeamFoundation.Build.Client in Visual Studio 2015?

Gary Howlett picture Gary Howlett · May 9, 2015 · Viewed 41.7k times · Source

I have a clean windows installation with just Visual Studio 2015 installed and I'm looking to find the Microsoft.TeamFoundation.Build.Client assembly?

I'm wondering if it has now been made obsolete with the upcoming vNext Build or if the namespace moved? or something else? The MSDN documentation only goes up to Visual Studio 2013 and search for the dll on disk produced no results.

when I move to VS2015 and TFS2015 id wish to continue to use the classic build system - I guess I could use the rest API in TFS2015 but rather not have to port all the code of our custom activities and MSBuild tasks just yet.

Answer

Buck Hodges picture Buck Hodges · May 11, 2015

Microsoft.TeamFoundation.Build.Client.dll still ships with VS 2015. For the 2015 release, we have removed the client OM DLLs from the GAC.

In the RC release you can find the DLL in c:\program files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer. It's kind of an obscure place.

The TFS 2015 client OM RTM NuGet package is now available (also works for Visual Studio Online):

.NET client libraries for Visual Studio Online (and TFS)