VSTS NuGet restore fails (proxy?)
问题 Up to now we've been using Azure VM's for building our application. Because of legal requirements we were instructed to move these activities to an on-prem server which resides behind a proxy. Now I see the builds are failing with the following log message: ##[error]getaddrinfo ENOTFOUND dist.nuget.org dist.nuget.org:443 So I am assuming this might be due to the nuget proxy config. So I've tried adding a nuget.config file with the correct proxy settings and checking that one in to the