Skip to content

Commit 53a85f9

Browse files
committed
you've got to be kidding
1 parent d9f67d7 commit 53a85f9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

build/pipelines/ci-caching.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stages:
6161
name: SHINE-INT-L
6262
${{ else }}:
6363
name: SHINE-OSS-L
64-
image: SHINE-VS17-Latest-2022
64+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
6565
buildPlatforms: [x64]
6666
buildConfigurations: [AuditMode]
6767
buildEverything: true
@@ -79,7 +79,7 @@ stages:
7979
name: SHINE-INT-L
8080
${{ else }}:
8181
name: SHINE-OSS-L
82-
image: SHINE-VS17-Latest-2022
82+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
8383
buildPlatforms:
8484
- ${{ platform }}
8585
buildConfigurations: [Release]

build/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stages:
5959
name: SHINE-INT-L
6060
${{ else }}:
6161
name: SHINE-OSS-L
62-
image: SHINE-VS17-Latest-2022
62+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
6363
buildPlatforms: [x64]
6464
buildConfigurations: [AuditMode]
6565
buildEverything: true
@@ -83,7 +83,7 @@ stages:
8383
name: SHINE-INT-L
8484
${{ else }}:
8585
name: SHINE-OSS-L
86-
image: SHINE-VS17-Latest-2022
86+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
8787
buildPlatforms:
8888
- ${{ platform }}
8989
buildConfigurations: [Release]

build/pipelines/feature-flag-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stages:
3232
parameters:
3333
pool: # This only runs in CI
3434
name: SHINE-OSS-L
35-
image: SHINE-VS17-Latest-2022
35+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
3636
buildPlatforms: [x64]
3737
buildConfigurations: [Release]
3838
buildEverything: true

build/pipelines/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
name: SHINE-INT-L
2929
${{ else }}:
3030
name: SHINE-OSS-L
31-
image: SHINE-VS17-Latest-2022
31+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
3232
buildPlatforms: [x64]
3333
buildConfigurations: [Fuzzing]
3434
buildEverything: true

build/pipelines/pgo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stages:
4444
name: SHINE-INT-L
4545
${{ else }}:
4646
name: SHINE-OSS-L
47-
image: SHINE-VS17-Latest-2022
47+
demands: ImageOverride -equals SHINE-VS17-Latest-2022
4848
branding: ${{ parameters.branding }}
4949
buildPlatforms: ${{ parameters.buildPlatforms }}
5050
buildConfigurations: [Release]

0 commit comments

Comments
 (0)