Frode Hus
  • Home
  • About
  • Contact
  • GitHub
Sign in Subscribe

NuGet

A collection of 2 posts
Docker multi-stage build + Azure Artifacts = true
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 using the built-in Azure DevOps tasks for restoring packages, this is taken care for you - once you do this
05 Apr 2019 3 min read
Docker build and Azure Artifacts
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' tasks for restoring packages will handle this for you as well as dotnet restore locally will re-use your own credentials.
31 Mar 2019 3 min read
Page 1 of 1
Frode Hus © 2025
Powered by Ghost