-
Notifications
You must be signed in to change notification settings - Fork 225
kpm restore fails to proceed to fallback sources when there is an error in the first listed feed #1018
Comments
From @itsananderson on May 13, 2014 15:54 I forgot to mention, but when I disable that package source, |
From @glennc on May 13, 2014 16:19 Which feed did you disable to make it work? The MyGet feed is public as of this morning, so you should be able to use it without any auth getting in the way. |
From @itsananderson on May 13, 2014 16:25 I disabled my private NuGet feed (which uses Microsoft federated auth). I didn't touch the MyGet or nuget.org feeds |
From @Alxandr on May 14, 2014 21:57 I have something of the same problem. I get |
I can still reproduce this - For example if I have a package
|
Updating the title of the bug to reflect the issue. |
That's by design. Use --ignore-failed-sources to ignore sources that may not be reachable or failing etc |
From @itsananderson on May 13, 2014 15:51
I was walking through the getting started section, and I noticed an exception being thrown from the
kpm restore
step.(I've sanitized the actual feed URL, but I'm a Microsoft employee if that helps)
My guess is that one of three things is happening:
Other details:
KRE builds tested (both reproduced issue)
Pretty sure these aren't relevant, but:
Here's a full dump of console output, and the actual response I get from the NuGet feed when I run the
Id='System.Console'
query in the browser: https://gist.github.com/itsananderson/3f6c8ec3fb1bb8699a91Copied from original issue: dotnet/aspnetcore#15
The text was updated successfully, but these errors were encountered: