Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 79e151a

Browse files
Lab 5 #649: Fix save command on review pipeline page
1 parent 72cf180 commit 79e151a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M02_L04_Enable_Continuous_Integration_with_Azure_Pipelines.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)