File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
timeoutInMinutes : 90
15
15
pool :
16
16
name : Analog-Unity
17
+ demands :
18
+ - ImageVersionOverride -equals 20220218.0.1
17
19
workspace :
18
20
clean : resources
19
21
steps :
Original file line number Diff line number Diff line change 14
14
- checkout : self
15
15
clean : true
16
16
fetchDepth : 1
17
-
17
+
18
18
- task : NuGetToolInstaller@1
19
19
20
20
- task : PowerShell@2
42
42
- checkout : self
43
43
clean : true
44
44
fetchDepth : 1
45
-
45
+
46
46
- task : NuGetToolInstaller@1
47
47
48
48
- task : PowerShell@2
Original file line number Diff line number Diff line change 19
19
timeoutInMinutes : 90
20
20
pool :
21
21
name : Analog-Unity
22
+ demands :
23
+ - ImageVersionOverride -equals 20220218.0.1
22
24
steps :
23
25
- template : templates/common.yml
24
26
parameters :
@@ -34,11 +36,13 @@ jobs:
34
36
buildUWPArm : false
35
37
buildUWPDotNet : false
36
38
UnityVersion : $(Unity2019VersionInternal)
37
-
39
+
38
40
- job : Unity2020Validation
39
41
timeoutInMinutes : 90
40
42
pool :
41
43
name : Analog-Unity
44
+ demands :
45
+ - ImageVersionOverride -equals 20220218.0.1
42
46
steps :
43
47
- template : templates/common.yml
44
48
parameters :
You can’t perform that action at this time.
0 commit comments