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

Commit 32b3462

Browse files
authored
Update AZ400_M03_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md
1 parent ea15263 commit 32b3462

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M03_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In this task, you will configure the LOD VM as an Azure DevOps self-hosting agen
143143
| Enter agent pool (press enter for default) | **az400m05l05a-pool** |
144144
| Enter agent name | **az400m05-vm0** |
145145
| Enter work folder (press enter for _work) | **Enter** |
146-
| Enter Perform an unzip for tasks for each step. (press enter for N) | **Enter** |
146+
| **(Only if shown)** Enter Perform an unzip for tasks for each step. (press enter for N) | **Enter** |
147147
| Enter run agent as service? (Y/N) (press enter for N) | **Y** |
148148
| Enter User account to use for the service (press enter for NT AUTHORITY\NETWORK SERVICE) | **Enter** |
149149
| Enter whether to prevent service starting immediately after configuration is finished? (Y/N) (press enter for N) | **Enter** |
@@ -163,7 +163,7 @@ In this task, you will configure the LOD VM as an Azure DevOps self-hosting agen
163163
demands:
164164
- agent.name -equals az400m05-vm0
165165
```
166-
1. For `Task: NugetInstaller@0`, click on **Settings (link that is displaying above the task in grey colour)**, modify **Version of NuGet.exe to install** > **4.0.0** and click on **Add**.
166+
1. For `Task: NugetToolInstaller@0`, click on **Settings (link that is displaying above the task in grey colour)**, modify **Version of NuGet.exe to install** > **4.0.0** and click on **Add**.
167167
1. On the **PartsUnlimited** edit pane, in the upper right corner of the pane, click **Save** and, on the **Save** pane, click **Save** again. This will automatically trigger the build based on this pipeline.
168168
1. In the Azure DevOps portal, in the vertical navigational pane on the left side, in the **Pipelines** section, click **Pipelines**.
169169
1. On the **Recent** tab of the **Pipelines** pane, click the **PartsUnlimited** entry, on the **Runs** tab of the **PartsUnlimited** pane, select the most recent run, on the **Summary** pane of the run, scroll down to the bottom, in the **Jobs** section, click **Phase 1** and monitor the job until its successful completion.

0 commit comments

Comments
 (0)