Configure agent to go via proxy to nuget.org
Answered
I don't find any documentaion that helps me configre TeamCity (Running as Windows service) to go via our coorporate proxy. I do not need any authentication.
Please sign in to leave a comment.
Hello Anders,
TeamCity just calls NuGet command line with the arguments constructed from the options set. I do not know details about NuGet proxy setup procedure, but it seems you need to call "NuGet configure" command for that.
I'd suggest to use command line build step and call all the necessary NuGet commands from it like you would do from a regular command line.