From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Explore the example web project

Explore the example web project - Azure Tutorial

From the course: Azure DevOps for Beginners

Explore the example web project

- [Developer] I created this asp.net core website in visual studio using the asp.net core template. So it's using all the default settings. I've made one slight change to the code here in layout.cshtml, it's right here on line 40. So what I did here is I'm reading the assemblies version number and printing that to the bottom of the page. And this will be useful when I create or build pipeline. I will be generating some version numbers and we'll be able to use those version numbers on the bottom of the page. This is what the webpage looks like running on Localhost. You can see I'm running on Localhost here. So this is the standard template you get from visual studio. It has a menu bar across the top, some simple text and there is the footer that has the version number. I put this in source control so it is committed to source control. And if you go take a look at DevOps, let's go to repose. I am opened SimpleRepo. Open…

Contents