Tuesday, November 2, 2010

Configure Team Build 2010 to use a Proxy Server

If you want to set up the TFS 2010 Build server to use the TFS Proxy server, you’ll need to log in with the build account on the server and modify the registry with the following entries:

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\SourceControl\Proxy]

"Enabled"="True"

"Url"="http://proxyservername:8081"

These entries are set when you use the Visual Studio UI to configure proxy usage, so if you have Visual Studio installed on the build server, you can configure it through the VS settings dialog.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.