Docker Docker multi-stage build + Azure Artifacts = true Problem: When running tasks like dotnet restore inside a Docker multi-stage build, it will fail if nuget.config refers to a Azure Artifacts feed due to 401 - Unauthorized. If
Docker Docker build and Azure Artifacts Azure Artifacts allows you to host your own NuGet-feed, which is great, but it introduces a slight complexity in the form of authentication and building Docker images. Azure DevOps'