Skip to content

Commit

Permalink
Merge pull request MicrosoftLearning#270 from MaratMussabekov/patch-1
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
unaihuete93 authored Aug 4, 2022
2 parents f7ccde3 + 46913da commit ec2e4b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In this task, you will create several Azure DevOps releases, including one that

> **Note**: First, you will create a new release which will deploy successfully.
1. In the Azure DevOps portal, in the vertical menu on the left side, click **Repos**, in the list of folders in the repository, navigate to the **Applications\\aspnet-core-dotnet-core\\Pages** folder and click the **Index.cshtml** entry.
1. In the Azure DevOps portal, in the vertical menu on the left side, click **Repos**, in the list of folders in the repository, navigate to the **Application\\aspnet-core-dotnet-core\\Pages** folder and click the **Index.cshtml** entry.
1. On the **Index.cshtml** pane, click **Edit**, in line **20**, replace `<div class="description line-2"> Your ASP.NET Core app is up and running on Azure</div>` with `<div class="description line-2"> Your ASP.NET Core app v1.1 is up and running on Azure</div>` click **Commit**, and, on the **Commit** pane, click **Commit** again. This will automatically trigger the build pipeline.
1. In the Azure DevOps portal, in the vertical navigational pane on the left side, click **Pipelines**.
1. On the **Recent** tab of the **Pipelines** pane, click the **az400m10l02-CI** entry, on the **Runs** tab of the **az400m10l02-CI** pane, select the most recent run, on the **Summary** tab of the run, in the **Jobs** section, click **Build** and monitor the job until its successful completion.
Expand All @@ -97,7 +97,7 @@ In this task, you will create several Azure DevOps releases, including one that

> **Note**: Now, you will create a new release which deployment will fail. The failure will be caused by built-in assemblies test, which consider the change associated with the new release to be invalid.
1. In the Azure DevOps portal, in the vertical menu on the left side, click **Repos**, in the list of folders in the repository, navigate to the **Applications\\aspnet-core-dotnet-core\\Pages** folder and click the **Index.cshtml** entry.
1. In the Azure DevOps portal, in the vertical menu on the left side, click **Repos**, in the list of folders in the repository, navigate to the **Application\\aspnet-core-dotnet-core\\Pages** folder and click the **Index.cshtml** entry.
1. On the **Index.cshtml** pane, click **Edit**. In line **4**, replace `ViewData["Title"] = "Home Page - ASP.NET Core";` with `ViewData["Title"] = "Home Page v1.2 - ASP.NET Core";`. Click **Commit**. On the **Commit** pane, click **Commit** again. This will automatically trigger the build pipeline.
1. In the Azure DevOps portal, in the vertical navigational pane on the left side, click **Pipelines**.
1. On the **Recent** tab of the **Pipelines** pane, click the **az400m10l02-CI** entry, on the **Runs** tab of the **az400m10l02-CI** pane, select the most recent run, on the **Summary** tab of the run, in the **Jobs** section, click **Build** and monitor the job until its successful completion.
Expand Down

0 comments on commit ec2e4b7

Please sign in to comment.