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

Commit 51394bf

Browse files
authored
Merge pull request #179 from kobi86/Lab05
M00-LAB05: moving out of deprecated versions
2 parents c4119e2 + 1591b8a commit 51394bf

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.vscode/settings.json
2+
.DS_Store

Instructions/Labs/AZ400_M05_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ In this task, you will convert a classic pipeline into a YAML pipeline
130130
displayName: Phase 1
131131
cancelTimeoutInMinutes: 1
132132
pool:
133-
vmImage: vs2017-win2016
133+
vmImage: windows-2019
134134
steps:
135135
- checkout: self
136136
- task: NuGetInstaller@0
@@ -142,7 +142,7 @@ In this task, you will convert a classic pipeline into a YAML pipeline
142142
name: VSBuild_2
143143
displayName: Build solution
144144
inputs:
145-
vsVersion: 15.0
145+
vsVersion: '17.0'
146146
msbuildArgs: /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.stagingDirectory)" /p:IncludeServerNameInBuildInfo=True /p:GenerateBuildInfoConfigFile=true /p:BuildSymbolStorePath="$(SymbolPath)" /p:ReferencePath="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Microsoft\Pex"
147147
platform: $(BuildPlatform)
148148
configuration: $(BuildConfiguration)
@@ -260,7 +260,7 @@ In this task, you will configure the LOD VM as an Azure DevOps self-hosting agen
260260
1. In the browser window displaying the list of projects, click the tile representing your **Configuring Agent Pools and Understanding Pipeline Styles** project.
261261
1. On the **Configuring Agent Pools and Understanding Pipeline Styles** pane, in the vertical navigational pane on the left side, in the **Pipelines** section, click **Pipelines**.
262262
1. On the **Recent** tab of the **Pipelines** pane, select **PartsUnlimited** and, on the **PartsUnlimited** pane, select **Edit**.
263-
1. On the **PartsUnlimited** edit pane, in the existing YAML-based pipeline, replace line **7** `vmImage: vs2017-win2016` designating the target agent pool the following content, designating the newly created self-hosted agent pool:
263+
1. On the **PartsUnlimited** edit pane, in the existing YAML-based pipeline, replace line **7** `vmImage: windows-2019` designating the target agent pool the following content, designating the newly created self-hosted agent pool:
264264

265265
```yaml
266266
name: az400m05l05a-pool

0 commit comments

Comments
 (0)