0

I have used TFS API to develop a custom Web Application. When I try to build the Application on the server using TFS Build, I see the build failing since there are no assemblies installed on the Build Server.

I have searched online but couldnt find any. Is there an msi somewhere that I can install on the TFS Build Server which installs all the TFS API assemblies on the build server ?? , instead of installing each and every assembly individually.

CodeNinja
  • 3,188
  • 19
  • 69
  • 112

1 Answers1

0

Most teams install Visual Studio on the build server for a number of reasons. If you do that it will include the TFS Object Model assemblies.

Dylan Smith
  • 22,069
  • 2
  • 47
  • 62