Skip to content

Commit 14a5b93

Browse files
committed
build: Update hosted pools to 2022, loc to 2025
1 parent a8beb4c commit 14a5b93

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

build/pipelines/ci-caching.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ stages:
6161
name: SHINE-INT-L
6262
${{ else }}:
6363
name: SHINE-OSS-L
64+
image: SHINE-VS17-Latest-2022
6465
buildPlatforms: [x64]
6566
buildConfigurations: [AuditMode]
6667
buildEverything: true
@@ -78,6 +79,7 @@ stages:
7879
name: SHINE-INT-L
7980
${{ else }}:
8081
name: SHINE-OSS-L
82+
image: SHINE-VS17-Latest-2022
8183
buildPlatforms:
8284
- ${{ platform }}
8385
buildConfigurations: [Release]

build/pipelines/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ stages:
5959
name: SHINE-INT-L
6060
${{ else }}:
6161
name: SHINE-OSS-L
62+
image: SHINE-VS17-Latest-2022
6263
buildPlatforms: [x64]
6364
buildConfigurations: [AuditMode]
6465
buildEverything: true
@@ -82,6 +83,7 @@ stages:
8283
name: SHINE-INT-L
8384
${{ else }}:
8485
name: SHINE-OSS-L
86+
image: SHINE-VS17-Latest-2022
8587
buildPlatforms:
8688
- ${{ platform }}
8789
buildConfigurations: [Release]

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ 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
35+
image: SHINE-VS17-Latest-2022
3536
buildPlatforms: [x64]
3637
buildConfigurations: [Release]
3738
buildEverything: true

build/pipelines/fuzz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ stages:
2828
name: SHINE-INT-L
2929
${{ else }}:
3030
name: SHINE-OSS-L
31+
image: SHINE-VS17-Latest-2022
3132
buildPlatforms: [x64]
3233
buildConfigurations: [Fuzzing]
3334
buildEverything: true

build/pipelines/pgo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ stages:
4444
name: SHINE-INT-L
4545
${{ else }}:
4646
name: SHINE-OSS-L
47+
image: SHINE-VS17-Latest-2022
4748
branding: ${{ parameters.branding }}
4849
buildPlatforms: ${{ parameters.buildPlatforms }}
4950
buildConfigurations: [Release]

0 commit comments

Comments
 (0)