Skip to content
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

Download-BcNuGetPackageToFolder stops when one of trusted feeds is not access able #3567

Open
PatrickSchiefer opened this issue Jun 3, 2024 · 1 comment
Assignees

Comments

@PatrickSchiefer
Copy link

When we work with many trusted feeds (for example one for each vendor), there might be one not reachable. At the moment you get an error and download does not complete in this case.

I guess the reason is that Find-BcNuGetPackage is looking for packages without try - catch and if it hits a not reachable feed it stops, but maybe the package is in a feed which is readable

IMHO there should only be an error if no package was found.

@PatrickSchiefer
Copy link
Author

@freddydk could you please take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants