Build and Deploy an ASP .Net Core Web Application as Docker Container using Microsoft Azure – Part 2
This is the second article in the series. We are going to set up a Microsoft Azure DevOps build pipeline to automate the tasks we did manually in the first article of the series. Each time we push a change to the master branch, the build will be triggered to build our application, then build a Docker image and push it to Docker Hub.
If you have been following along, you should have: