Skip to content

Can't Install when a private nuget feed is configured #1569

Closed Pinned Answered by rouke-broersma
cfindlayvcs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cfindlayvcs

It looks like you are not authenticated with your private nuget feed on the command line:

You could try following these instructions to authenticate to your feed in the command line: https://docs.microsoft.com/en-us/azure/devops/artifacts/nuget/dotnet-exe?view=azure-devops

So run dotnet tool install -g dotnet-stryker --interactive

Or you can specify 'ignore failed sources':

dotnet tool install -g dotnet-stryker --ignore-failed-sources

Or you can temporarily disable the unauthenticated package source: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-disable-source

dotnet nuget disable source <source_name>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cfindlayvcs
Comment options

@rouke-broersma
Comment options

Answer selected by rouke-broersma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1568 on May 18, 2021 06:34.