As part of our build process we push some of our artifacts as NuGet packages to Team Foundation Server. After adding a new build agent, executing the push failed with the following log output: 2019-09-02T13:30:07.1191540Z ##[section]Starting: dotnet push 2019-09-02T13:30:07.1191540Z ============================================================================== 2019-09-02T13:30:07.1191540Z Task : .NET Core 2019-09-02T13:30:07.1191540Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command. For package commands, supports NuGet.org and authenticated feeds like Package Management and MyGet. 2019-09-02T13:30:07.1191540Z Version : 2.131.0 2019-09-02T13:30:07.1191540Z Author : Microsoft Corporation 2019-09-02T13:30:07.1191540Z Help : [More Information]( ...