We have a TFS build agent that runs integration tests. Some of these tests make calls to web services on the internet.
Our network uses a proxy to talk to the internet.
Since the build agent runs under the identity on Network Service and the settings of Network Service are not configured to use the proxy, the tests fail.
How to do one of the following:
- Change the identity of the build agent to a domain account
- Configure Network Service to use the proxy
Thanks
Shiraz