From the course: Azure DevOps for Beginners
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Explore the example web project - Azure Tutorial
From the course: Azure DevOps for Beginners
Explore the example web project
- [Instructor] I created this ASP.NET Core website in Visual Studio using the ASP.NET Core template, 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. What I did is I'm reading the assembly's version number and printing that to the bottom of the page. And this will be useful when I create a build pipeline, I will be generating some version numbers, and we'll be able to see those version numbers on the bottom of the page. This is what the webpage looks like running on localhost, see, I'm running on localhost here. 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, and so, it is committed to source control. And if you go take a look at DevOps, let's go to Repos. I'll open SimpleRepo. Open SimpleRepo, and then you can see that I added a source folder, I have a SLN file…
Contents
-
-
-
-
-
-
(Locked)
What are Azure pipelines?5m 34s
-
(Locked)
Continuous integration with build pipelines3m 29s
-
(Locked)
The pipeline components5m 8s
-
(Locked)
Explore the pipeline section of the DevOps portal2m 25s
-
(Locked)
Explore the example web project2m 4s
-
(Locked)
Add a service connection to Azure Resource Manager55s
-
(Locked)
Explore the pipeline templates2m 37s
-
(Locked)
Add a build pipeline3m 7s
-
(Locked)
Manually run and troubleshoot a pipeline2m 38s
-
(Locked)
Update the repo to trigger the build1m 37s
-
(Locked)
Add a release pipeline2m 10s
-
(Locked)
Use custom variables in the pipeline1m 26s
-
(Locked)
-
-
-