-
Notifications
You must be signed in to change notification settings - Fork 10.4k
kpm restore failures on one NuGet feed shouldn't block other feeds #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's fixed in later versions of kpm. We only cache 200 responses. |
Thank you for the quick answer. |
This is a dup of aspnet/dnx#1018. I can still reproduce the issue and below is some repro steps I copied from the bug.
|
- #251 nit: add `--quiet` to Travis configuration so that log can be displayed in browser
Scenario
Expected result
The bogus feed is ignored, packages are restored from the first feed.
Actual result
Nothing is restored, a message The XML file <filename>.dat is corrupt appears.
How to reproduce
Add any website, such as bing.com as a secondary NuGet feed.
Real world scenario
We're using NuGet.org and a private TeamCity feed, which returns a HTTP 204 NoContent response when a package is not found. Thus, we can't restore any package.
The text was updated successfully, but these errors were encountered: