Nuget restore issues
We're using the cache, but some new packages are failing. I just checked nuget.org's status and everything is green (http://status.nuget.org/). Any ideas?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by byron on 06 Aug, 2015 04:44 PM
If it helps the conversation, the
nuget restoreseems to fail consistently on AWSSDK.Unable to find version '2.3.50.1' of package 'AWSSDK'.Support Staff 2 Posted by Feodor Fitsner on 06 Aug, 2015 05:03 PM
Looks like it's being restored without any issues: https://ci.appveyor.com/project/FeodorFitsner/simple-web/build/1.0....
3 Posted by byron on 06 Aug, 2015 05:13 PM
Yes, for yours it is. But for some reason it was not with ours. :) I downgraded to 2.3.50 and it worked. Still not sure why it couldn't find 2.3.50.1 for my build.
Support Staff 4 Posted by Feodor Fitsner on 06 Aug, 2015 05:15 PM
Try enabling verbose logging for
nuget restoreto see why it's happening.Support Staff 5 Posted by Feodor Fitsner on 06 Aug, 2015 07:25 PM
I've just caught
"Unable to find version '2.3.50.1' of package 'AWSSDK'" on that test build, but it's been running on OSS environment which is in a different data center, not the same as Pro one.
That could mean there is a problem with index on nuget.org side, again.
- Feodor
Support Staff 6 Posted by Feodor Fitsner on 06 Aug, 2015 07:34 PM
I see 2.30.50.1 has been just published today. Most probably it's not yet indexed across entire cluster. Nuget team is usually getting mad with such reports by saying "do not pull latest versions all the time" :)
- Feodor
7 Posted by byron on 06 Aug, 2015 07:52 PM
It happened again with another package (not so recent):
Support Staff 8 Posted by Feodor Fitsner on 06 Aug, 2015 07:55 PM
Enable verbose logging on nuget restore to see requests.
- Feodor
Support Staff 9 Posted by Feodor Fitsner on 06 Aug, 2015 08:01 PM
https://twitter.com/nuget/status/629274570701340673
- Feodor
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.