You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M03_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ In this task, you will configure the LOD VM as an Azure DevOps self-hosting agen
143
143
| Enter agent pool (press enter for default) | **az400m05l05a-pool** |
144
144
| Enter agent name | **az400m05-vm0** |
145
145
| 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** |
147
147
| Enter run agent as service? (Y/N) (press enter for N) | **Y** |
148
148
| Enter User account to use for the service (press enter for NT AUTHORITY\NETWORK SERVICE) | **Enter** |
149
149
| 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
163
163
demands:
164
164
- agent.name -equals az400m05-vm0
165
165
```
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**.
167
167
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.
168
168
1. In the Azure DevOps portal, in the vertical navigational pane on the left side, in the **Pipelines** section, click **Pipelines**.
169
169
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