Another question came up in the course today relating to the TFS Team Build server. “Can I configure a build server to use the TFS proxy as well?”
Once again, I found the answer in the MSDN forums.
Yes you can. You have to edit the registry on the build server and add the following key. I assume that you could also do this using Team Explorer if you had it installed on your build server. You would go to Tools | Options | Source Control | Visual Studio Team Foundation Server
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Proxy]
“Enabled”=”True”
“Url”=”http://TeamServer1:8080″
One Trackback
[...] Configuring a TFS Build Server to use TFS Proxy [...]