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

Commit 69839e0

Browse files
authored
Update AZ400_M03_L04_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md
1 parent 2ced5e9 commit 69839e0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L04_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ In this task, you will configure the LOD VM as an Azure DevOps self-hosting agen
132132
| Enter agent pool (press enter for default) | **az400m05l05a-pool** |
133133
| Enter agent name | **az400m05-vm0** |
134134
| Enter work folder (press enter for _work) | **Enter** |
135-
| **(Only if shown)** Enter Perform an unzip for tasks for each step. (press enter for N) | **Enter** |
135+
| **(Only if shown)** Enter Perform an unzip for tasks for each step. (press enter for N) | **WARNING**: only press **Enter** if the message is shown|
136136
| Enter run agent as service? (Y/N) (press enter for N) | **Y** |
137137
| enter enable SERVICE_SID_TYPE_UNRESTRICTED (Y/N) (press enter for N) | **Y** |
138138
| Enter User account to use for the service (press enter for NT AUTHORITY\NETWORK SERVICE) | **Enter** |
@@ -153,6 +153,9 @@ In this task, you will configure the LOD VM as an Azure DevOps self-hosting agen
153153
demands:
154154
- agent.name -equals az400m05-vm0
155155
```
156+
> **WARNING**: Be careful with copy/paste, make sure you have same indentation shown above.
157+
158+
156159
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**.
157160
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.
158161
1. In the Azure DevOps portal, in the vertical navigational pane on the left side, in the **Pipelines** section, click **Pipelines**.

0 commit comments

Comments
 (0)