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

Nuget.config with multiple sources causes installation failures #17904

Open
robertburgh opened this issue Dec 1, 2023 · 0 comments
Open

Nuget.config with multiple sources causes installation failures #17904

robertburgh opened this issue Dec 1, 2023 · 0 comments
Assignees

Comments

@robertburgh
Copy link

dotnet tool install and dotnet tool update fail when nuget.config has multiple sources that are authenticated

This is repeatable and tested on multiple PCs and VMs.

Examples:
Packages such as Microsoft.dotnet-interactive fail to install from CLI or as part VS 2022

Also dotnet tool update -global dotnet-ef fail
image

A walk though is below:

List the dotnet tools – looking for dotnet.interactive – it isn’t on the list, but it is should be:

image

Attempt to install fails:

image

nuget.config:
image

Temporarily remove several items (Telerik and Devexpress)
image

Abile to install:
image

Updated ef:
image

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