-
Couldn't load subscription status.
- Fork 174
Description
We get the following nuget restore issue in TeamCity with the latest v0.7.0 build. We downgraded to v0.6.8 and issue goes away.
[11:38:11][Step 2/4] restore: Restoring NuGet packages for Plato.NET.sln (1s)
[11:38:11][restore] NuGet command: C:\BuildAgent\plugins\nuget-agent\bin\JetBrains.TeamCity.NuGetRunner.exe C:\BuildAgent\tools\NuGet.CommandLine.DEFAULT\tools\NuGet.exe restore C:\BuildAgent\work\cfb932647685dff1\Plato.NET.sln
[11:38:11][restore] Starting: C:\BuildAgent\temp\agentTmp\custom_script6315179492532981544.cmd
[11:38:11][restore] in directory: C:\BuildAgent\work\cfb932647685dff1
[11:38:11][restore] JetBrains TeamCity NuGet Runner 8.0.37573.9
[11:38:11][restore] Registered additional extensions from paths: C:\BuildAgent\plugins\nuget-agent\bin\plugins-2.8
[11:38:11][restore] Starting NuGet.exe 2.8.60717.93 from C:\BuildAgent\tools\NuGet.CommandLine.DEFAULT\tools\NuGet.exe
[11:38:12][restore] WARNING: 'MsgPack.Cli' already has a dependency defined for 'System.Collections'.
[11:38:12][restore] Installing 'MsgPack.Cli 0.7.0'.
[11:38:13][restore] 'MsgPack.Cli' already has a dependency defined for 'System.Collections'.
[11:38:13][restore] Process exited with code 1
Oddly enough NuGet restore seems fine with Visual Studio and Command line.