Quantcast
Channel: Cannot connect to azure nuget feed when creating a container - Stack Overflow
Browsing index pages (3 articles)

Answer by samneric for Cannot connect to azure nuget feed when creating a...

Similar to Levi's post, this is my solution that doesn't physically store the password in the nuget.config file on the file system but adds it, restores then deletes it in one action so it isn't left...

View Article


Cannot connect to azure nuget feed when creating a container

I have been trying to get docker to pull from a private nuget feed which is hosted within Azure Devops, but I consistently get a 401 unauthorized error. I have looked a numerous other answers and...

View Article


Answer by Levi Lu-MSFT for Cannot connect to azure nuget feed when creating a...

You can check out below workarounds without using NuGet credential plugin.1, Use dotnet cli to add credentials to the nuget source in your docker file. And then pass the $PAT in the build arguments...

View Article
Browsing index pages (3 articles)


Latest Images