From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Tour the CI/CD parts on the DevOps site

Tour the CI/CD parts on the DevOps site

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Tour the CI/CD parts on the DevOps site

- [Instructor] Let's take a quick tour of the Azure pipeline section of the Azure DevOps website. We'll look at two parts, the build section and the releases section. One of the nice features of Visual Studio, which you'll see in our next video, is that when you publish from Visual Studio to Azure DevOps, it creates all the settings for builds and releases. So what do you get with these items? Let's go look at builds first. This shows the history of all the builds on this project. So I can see who committed the code change, what the code commit comment was, was it successful or not, you can see successful or unsuccessful builds here, and the build number applied to this build. Now, I'm using my own versioning system here. This is what the default version numbers look like. I modified it slightly to make my demo work. Let's see how you can edit your build. So you can click here. And then you can change things called tasks, variables, triggers, options, you can see your retention…

Contents