I'm setting up CI on my project, and I'm having trouble getting some DLLs installed. The set up is as follows: repo sits on a TFSGIT 2015 server. I set up a build server (agent) on a VM. When the code gets checked in, the build server builds, runs the tests, etc. The builds are failing because some internal packages/DLLs (that are sitting on a different TFS 2010 server) cannot be found.
My question is: what's the best way to solve this? I guess a crude approach is to simply add the DLLs to the repo, but I was wondering if there is a pre-build step where I can import the DLLs from the TFS 2010 server. Would a simple power shell script do it?
I'm unfamiliar with the microsoft stack so any guidance/suggestions would be appreciated. Thanks.