diff --git a/Instructions/Labs/AZ400_M04_L10_Creating_a_Release_Dashboard.md b/Instructions/Labs/AZ400_M04_L10_Creating_a_Release_Dashboard.md index 68a98e31..82e91b26 100644 --- a/Instructions/Labs/AZ400_M04_L10_Creating_a_Release_Dashboard.md +++ b/Instructions/Labs/AZ400_M04_L10_Creating_a_Release_Dashboard.md @@ -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 `
Your ASP.NET Core app is up and running on Azure
` with `
Your ASP.NET Core app v1.1 is up and running on Azure
` 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. @@ -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.