Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 44da488

Browse files
authored
Merge pull request #662 from massimobonanni/ISSUE649-LAB05
LAB 04 - Fix issue #649
2 parents 1161a36 + bce2f4c commit 44da488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instructions/Labs/AZ400_M02_L04_Enable_Continuous_Integration_with_Azure_Pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Let's start by importing the build pipeline named [eshoponweb-ci-pr.yml](https:/
8383
- **DotNet Test**: .Net test driver used to execute unit tests.
8484
- **DotNet Publish**: Publishes the application and its dependencies to a folder for deployment to a hosting system. In this case, it's **Build.ArtifactStagingDirectory**.
8585

86-
1. Click the **Save** button to save the pipeline definition
86+
1. On the **Review your pipeline YAML** pane, click the down-facing caret symbol next to the **Run** button, click **Save**.
8787
1. Your pipeline will take a name based on the project name. Let's **rename** it for identifying the pipeline better. Go to **Pipelines > Pipelines** and click on the recently created pipeline. Click on the ellipsis and **Rename/Move** option. Name it **eshoponweb-ci-pr** and click on **Save**.
8888

8989
#### Task 2: Branch Policies
@@ -151,7 +151,7 @@ Let's start by importing the CI pipeline named [eshoponweb-ci.yml](https://githu
151151

152152
The default build pipeline definition doesn't enable Continuous Integration.
153153

154-
1. Click the **Edit** button in the top-right
154+
1. Click on the **Edit pipeline** option under the ellipsis menu near **Run new** button in the top-right
155155
1. Now, you need to replace the **# trigger:** and **# - main** lines with the following code:
156156

157157
```YAML

0 commit comments

Comments
 (0)