Skip to content

Commit 4653330

Browse files
committed
Remove 2020 validation from pr.yaml
1 parent 1f79be8 commit 4653330

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

pipelines/pr.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Build for PR validation via Unity 2018, 2019 and 2020.
1+
# Build for PR validation via Unity 2018 and 2019
22

33
variables:
44
- template: config/settings.yml
@@ -55,21 +55,4 @@ jobs:
5555
buildUWPArm: false
5656
buildUWPDotNet: false
5757
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)
7558
- template: templates/end.yml

0 commit comments

Comments
 (0)