Skip to content

Fix dnx not authenticating for private feeds#53151

Open
robertcoltheart wants to merge 4 commits intodotnet:mainfrom
robertcoltheart:bug/fix-tool-execute-using-credentials
Open

Fix dnx not authenticating for private feeds#53151
robertcoltheart wants to merge 4 commits intodotnet:mainfrom
robertcoltheart:bug/fix-tool-execute-using-credentials

Conversation

@robertcoltheart
Copy link

Fixes #51375

For dnx execution (dotnet tool exec), if the package source is authenticated the previous method of passing an override source meant that the credentials are lost, since this is the equivalient of passing --source https://mysource and ignoring any config in NuGet.config. We need to pass the explicit source for dnx because we confirm with the user that we will be downloading from a particular source (which may be authenticated).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[10.0.101] dnx/dotnet tool exec not Authenticating on Private NuGet feed

1 participant