File tree Expand file tree Collapse file tree 4 files changed +8
-53
lines changed Expand file tree Collapse file tree 4 files changed +8
-53
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ jobs:
13
13
- job : UnityValidation
14
14
timeoutInMinutes : 90
15
15
pool :
16
- name : Analog On-Prem
17
- demands :
18
- - ${{ variables.Unity2018VersionInternal }}
19
- - COG-UnityCache-WUS2-01
20
- - SDK_18362 -equals TRUE
16
+ name : Analog-Unity
21
17
workspace :
22
18
clean : resources
23
19
steps :
24
20
- template : templates/ci-common.yml
25
21
parameters :
26
22
publishPackagesToFeed : true
27
- UnityVersion : $(Unity2018VersionInternal )
23
+ UnityVersion : $(Unity2019VersionInternal )
Original file line number Diff line number Diff line change 19
19
- job : Compliance
20
20
timeoutInMinutes : 90
21
21
pool :
22
- name : Analog On-Prem
23
- demands :
24
- - ${{ variables.Unity2018VersionInternal }}
25
- - COG-UnityCache-WUS2-01
26
- - SDK_18362 -equals TRUE
22
+ name : Analog-Unity
27
23
workspace :
28
24
clean : resources
29
25
steps :
59
55
60
56
- template : templates/compilemsbuild.yml
61
57
parameters :
62
- UnityVersion : $(Unity2018VersionInternal )
58
+ UnityVersion : $(Unity2019VersionInternal )
63
59
64
60
- task : BinSkim@3
65
61
inputs :
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ variables:
4
4
Unity2019Version : Unity2019.4.8f1
5
5
Unity2020Version : Unity2020.3.5f1
6
6
# Unity version on internal build agents (release builds)
7
- Unity2018VersionInternal : Unity2018.4.26f1
8
- Unity2019VersionInternal : Unity2019.4.17f1
9
- Unity2020VersionInternal : Unity2020.3.12f1
7
+ Unity2019VersionInternal : Unity2019.4.31f1
8
+ Unity2020VersionInternal : Unity2020.3.21f1
10
9
11
10
# Note that when updating this value also ensure that you update the
12
11
# following locations to match. There will be a CI failure if they don't
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ pr: none
8
8
jobs :
9
9
- job : BuildUnity2020
10
10
pool :
11
- name : Analog On-Prem
12
- demands :
13
- - ${{ variables.Unity2020VersionInternal }}
14
- - COG-UnityCache-WUS2-01
11
+ name : Analog-Unity
15
12
16
13
steps :
17
14
- checkout : self
36
33
37
34
- job : BuildUnity2019
38
35
pool :
39
- name : Analog On-Prem
40
- demands :
41
- - ${{ variables.Unity2019VersionInternal }}
42
- - COG-UnityCache-WUS2-01
36
+ name : Analog-Unity
43
37
44
38
steps :
45
39
- checkout : self
61
55
inputs :
62
56
targetPath : $(Build.ArtifactStagingDirectory)
63
57
artifactName : DocsBinariesForUnity2019
64
-
65
- - job : BuildUnity2018
66
- pool :
67
- name : Analog On-Prem
68
- demands :
69
- - ${{ variables.Unity2018VersionInternal }}
70
- - COG-UnityCache-WUS2-01
71
- workspace :
72
- clean : resources
73
-
74
- steps :
75
- - checkout : self
76
- clean : true
77
- fetchDepth : 1
78
-
79
- - task : PowerShell@2
80
- displayName : ' Create binaries for docs generation'
81
- inputs :
82
- targetType : filePath
83
- filePath : ./scripts/packaging/createbinariesfordocs.ps1
84
- arguments : >
85
- -Version $(MRTKVersion)
86
- -UnityDirectory ${Env:$(Unity2018VersionInternal)}/Editor
87
- -OutputDirectory $(Build.ArtifactStagingDirectory)
88
-
89
- - task : PublishPipelineArtifact@1
90
- displayName : Publish docs binaries
91
- inputs :
92
- targetPath : $(Build.ArtifactStagingDirectory)
93
- artifactName : DocsBinariesForUnity2018
You can’t perform that action at this time.
0 commit comments