Authentification
#11848
Replies: 2 comments
-
Fix here => #7714 |
Beta Was this translation helpful? Give feedback.
0 replies
-
We recently updated docs here, please check examples: https://docs.microsoft.com/en-us/azure/devops/artifacts/nuget/dotnet-exe?view=azure-devops |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are trying to Nuget packages through a custom client using this api, the remote feed is on DevOps and protected thus when trying to download a package i get a 401 error in code.
How do you setup the PackageManager to handle authentification in code (preferably through windows identification) ?
PS: I tried with a nuget.config file with some credentials inside loaded in code in through "new PackageSourceProvider(settings)" but it doesn't look like its picking up on it...
Beta Was this translation helpful? Give feedback.
All reactions