Publishing to Azure Container Registry using Azure Pipelines

Source: chrissainty.com Containerising Blazor Applications With Docker (Part 3) Part 1 – Containerising a Blazor Server AppPart 2 – Containerising a Blazor WebAssembly AppPart 3 – Publishing to Azure Container Registry using Azure Pipelines (this post) In part 1 and part 2 we looked at how to containerise Blazor applications with Docker. We can now run Blazor Server and Blazor WebAssembly apps in containers locally – which is great! But how do we go about automating the building of Docker images as part of a CI pipeline? And where

Read more