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 solution, but that didn't change anything. Also tried downloading the CLI and setting the nuget proxy config setting, but again to no avail.
The weird thing is; when I run the command locally from cmd, it all works fine!? So I must be missing something here, but what?