You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NuGet product used: dotnet.exe
dotnet.exe --version: 2.2.104
OS version: 10.0.18334
dotnet restore --interactive doesn't prompt for authentication and just returns 401:
"C:\git\corefx\eng\common\internal\Tools.csproj" (Restore target) (1) ->
(Restore target) ->
C:\git\corefx\.dotnet\sdk\2.2.104\NuGet.targets(114,5): error : Failed to retrieve information about 'TestILC.x86ret' from remote source 'https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tool/FindPackagesById()?id='TestILC.x86ret'&semVerLevel=2.0.0'. [C:\git\corefx\eng\common\internal\Tools.csproj]
C:\git\corefx\.dotnet\sdk\2.2.104\NuGet.targets(114,5): error : Response status code does not indicate success: 401 (Unauthorized). [C:\git\corefx\eng\common\internal\Tools.csproj]
With nuget.exe 4.9.2.5706 the authentication dialog is prompted as expected:
Details about Problem
NuGet product used: dotnet.exe
dotnet.exe --version: 2.2.104
OS version: 10.0.18334
dotnet restore --interactive
doesn't prompt for authentication and just returns 401:With nuget.exe 4.9.2.5706 the authentication dialog is prompted as expected:
nuget.exe restore "eng\common\internal\Tools.csproj" -Source https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tool
Detailed repro steps so we can see the same problem
git clone https://github.com/dotnet/corefx.git && cd corefx
.\build -restore && ".dotnet\dotnet.exe" restore "eng\common\internal\Tools.csproj" --interactive --source https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tool
The text was updated successfully, but these errors were encountered: