Skip to content

Commit 63d7a19

Browse files
authored
build: update all Azure DevOps pools to windows-latest (#19522)
I will follow this up by switching our default pool build image to Windows Server 2022.
1 parent 05baa41 commit 63d7a19

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/pipelines/daily-loc-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
default: true
2424

2525
pool:
26-
vmImage: windows-2019
26+
vmImage: windows-latest
2727

2828
resources:
2929
repositories:

build/pipelines/feature-flag-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stages:
3131
- template: ./templates-v2/job-build-project.yml
3232
parameters:
3333
pool: # This only runs in CI
34-
name: SHINE-OSS-L
34+
name: SHINE-OSS-L
3535
buildPlatforms: [x64]
3636
buildConfigurations: [Release]
3737
buildEverything: true

build/pipelines/pgo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ stages:
7474
parameters:
7575
jobName: MergePGD
7676
pool:
77-
vmImage: 'windows-2022'
77+
vmImage: 'windows-latest'
7878
buildConfiguration: Release
7979
buildPlatforms: ${{ parameters.buildPlatforms }}
8080
artifactStem: -instrumentation
8181

8282
- template: ./templates-v2/job-pgo-build-nuget-and-publish.yml
8383
parameters:
8484
pool:
85-
vmImage: 'windows-2022'
85+
vmImage: 'windows-latest'
8686
dependsOn: MergePGD
8787
buildConfiguration: Release
8888
artifactStem: -instrumentation

build/pipelines/templates-v2/job-check-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jobs:
22
- job: CodeFormatCheck
33
displayName: Check Code Format
4-
pool: { vmImage: windows-2022 }
4+
pool: { vmImage: windows-latest }
55

66
steps:
77
- checkout: self

0 commit comments

Comments
 (0)