Skip to content

Commit 1cee188

Browse files
authored
Add demand due to current image issue (port of #10642) (#10648)
Add demand due to current image issue (#10642)
1 parent 2b471d9 commit 1cee188

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pipelines/ci-packaging-internal.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
timeoutInMinutes: 90
1515
pool:
1616
name: Analog-Unity
17+
demands:
18+
- ImageVersionOverride -equals 20220218.0.1
1719
workspace:
1820
clean: resources
1921
steps:

pipelines/docs-binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- checkout: self
1515
clean: true
1616
fetchDepth: 1
17-
17+
1818
- task: NuGetToolInstaller@1
1919

2020
- task: PowerShell@2
@@ -42,7 +42,7 @@ jobs:
4242
- checkout: self
4343
clean: true
4444
fetchDepth: 1
45-
45+
4646
- task: NuGetToolInstaller@1
4747

4848
- task: PowerShell@2

pipelines/pr-internal.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
timeoutInMinutes: 90
2020
pool:
2121
name: Analog-Unity
22+
demands:
23+
- ImageVersionOverride -equals 20220218.0.1
2224
steps:
2325
- template: templates/common.yml
2426
parameters:
@@ -34,11 +36,13 @@ jobs:
3436
buildUWPArm: false
3537
buildUWPDotNet: false
3638
UnityVersion: $(Unity2019VersionInternal)
37-
39+
3840
- job: Unity2020Validation
3941
timeoutInMinutes: 90
4042
pool:
4143
name: Analog-Unity
44+
demands:
45+
- ImageVersionOverride -equals 20220218.0.1
4246
steps:
4347
- template: templates/common.yml
4448
parameters:

0 commit comments

Comments
 (0)