Site icon Azure Greg

Azure DevOps – How to do a fully automated release (Part 1)

I managed to get an automated build of some new code tonight and I ran into some issues which I have now resolved, so here are the steps to create a fully automated build and release of a brand new .net core web app using Visual Studio and Azure DevOps.

Part 1 will cover creating a manual build

 


Ok so now we have the code in place, let’s do a build and make sure the code builds within the repo in Azure DevOps. To create a release I did the following:-


It’s important to note that at this stage the build is going to be a manual build, we will come back to it and make it an automated build (and release) later on.

Part 2 will cover doing a manual Release and in Part 3 we will make the whole thing automated.

Exit mobile version