dotnet/installer

Nuget.config with multiple sources causes installation failures

robertburgh opened this issue · 0 comments

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