You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the latest Nuget 4.9.4 and wrote a small Powershell script to continually loop and delete, clear caches and restore packages and it did not log a single error about not being able to pull packages, unfortunately when run using the teamcity nuget step it almost seems to be 50/50 whether the issue will occur or not.
It now seems to have changed slightly with more error detail
[11:16:02] [restore] WARNING: Unable to find version '1.5.1' of package 'WebActivator'.
[11:16:02] [restore] E:\nuget\packages: Package 'WebActivator.1.5.1' is not found on source 'E:\nuget\packages'.
[11:16:02] [restore] C:\Program Files (x86)\Microsoft SDKs\NuGetPackages: Package 'WebActivator.1.5.1' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages'.
[11:16:02] [restore] https://api.nuget.org/v3/index.json: Problem starting the plugin 'C:\Program Files\BuildAgent\plugins\nuget-agent\bin\credential-plugin\net46\CredentialProvider.TeamCity.exe'. A task was canceled.
[11:16:02] [restore] http://nuget.ebgames.com.au/nuget: Package 'WebActivator.1.5.1' is not found on source 'http://nuget.ebgames.com.au/nuget'.
[11:16:02] [restore]
Just wanted to get some ideas on this as there seem to be a few people facing the same issue and most of them are using teamcity
NuGet/Home#7699
I downloaded the latest Nuget 4.9.4 and wrote a small Powershell script to continually loop and delete, clear caches and restore packages and it did not log a single error about not being able to pull packages, unfortunately when run using the teamcity nuget step it almost seems to be 50/50 whether the issue will occur or not.
Script (run from .net project root directory)
and run like
.\restoretest.ps1 2>> error.log 3>> warning.log
There are no firewalls enabled proxies that I'm aware of on that machine/network that would intermittently effect network connectivity.
The text was updated successfully, but these errors were encountered: