Search code examples
c#.netvisual-studiotfsbuildtfs-sdk

install msi on TFS Build Server


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.


Solution

  • 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.