We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f31358 commit ea59334Copy full SHA for ea59334
pipelines/pr.yaml
@@ -1,4 +1,4 @@
1
-# Build for PR validation via Unity 2018 + Unity 2019.
+# Build for PR validation via Unity 2018, 2019 and 2020.
2
3
variables:
4
- template: config/settings.yml
@@ -55,4 +55,21 @@ jobs:
55
buildUWPArm: false
56
buildUWPDotNet: false
57
UnityVersion: $(Unity2019Version)
58
+
59
+ - job: Unity2020Validation
60
+ timeoutInMinutes: 90
61
+ pool:
62
+ name: On-Prem Unity
63
+ demands:
64
+ - ${{ variables.Unity2020Version }}
65
+ - COG-UnityCache-WUS2-01
66
+ - SDK_18362 -equals TRUE
67
+ - VS2019 -equals TRUE
68
+ steps:
69
+ - template: templates/common.yml
70
+ parameters:
71
+ buildUWPX86: false
72
+ buildUWPArm: false
73
+ buildUWPDotNet: false
74
+ UnityVersion: $(Unity2020Version)
75
- template: templates/end.yml
0 commit comments