dotnet restore --interactive not prompting

Jonas Samuelsson - Sep 6 '21 - - Dev Community

I recently had a situation where doing dotnet restore from the command line resulted in 401 responses and adding the --interactive didn't work to prompt for credentials.

After some googling I found a github issue indicating that Microsofts Azure Artifacts Credential Provider should be installed / updated.

TLDR; run iex "& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) } -Force".

. . . . . . . . . . . . . . . .
Terabox Video Player