Currently we have a build agent which goes via our corporate proxy to communicate with ADO and the public Nuget Repositories.
We now have a need to also pull Nuget packages from our local nuget server.
The problem is, we have the proxy set so that the agent can do what it has always done, and have now added our local nuget feed host to the .proxybypass file.
It doesn't appear that this file is being honored, and is attempting to go via the proxy, and so we are getting a 403 forbidden error from our proxy as it is not configured for local traffic.
Has anyone else come across this scenario, or know of a way around this?