@@ -25,12 +25,12 @@ jobs:
25
25
container : UbuntuCrossArmContainer
26
26
customMatrixes :
27
27
Debug_Build :
28
- _configuration : Debug-netcoreapp3_1
28
+ _configuration : Debug
29
29
_config_short : DI
30
30
_includeBenchmarkData : false
31
31
_targetFramework : netcoreapp3.1
32
32
Release_Build :
33
- _configuration : Release-netcoreapp3_1
33
+ _configuration : Release
34
34
_config_short : RI
35
35
_includeBenchmarkData : true
36
36
_targetFramework : netcoreapp3.1
@@ -47,12 +47,12 @@ jobs:
47
47
container : UbuntuCrossArm64Container
48
48
customMatrixes :
49
49
Debug_Build :
50
- _configuration : Debug-netcoreapp3_1
50
+ _configuration : Debug
51
51
_config_short : DI
52
52
_includeBenchmarkData : false
53
53
_targetFramework : netcoreapp3.1
54
54
Release_Build :
55
- _configuration : Release-netcoreapp3_1
55
+ _configuration : Release
56
56
_config_short : RI
57
57
_includeBenchmarkData : true
58
58
_targetFramework : netcoreapp3.1
@@ -66,25 +66,14 @@ jobs:
66
66
name : Centos_x64_NetCoreApp31
67
67
buildScript : ./build.sh
68
68
container : CentosContainer
69
- customMatrixes :
70
- Debug_Build :
71
- _configuration : Debug-netcoreapp3_1
72
- _config_short : DI
73
- _includeBenchmarkData : false
74
- _targetFramework : netcoreapp3.1
75
- Release_Build :
76
- _configuration : Release-netcoreapp3_1
77
- _config_short : RI
78
- _includeBenchmarkData : true
79
- _targetFramework : netcoreapp3.1
80
69
innerLoop : true
81
70
pool :
82
71
vmImage : ubuntu-18.04
83
72
helixQueue :
[email protected] /dotnet-buildtools/prereqs:centos-7-mlnet-helix-20210528183707-dde38af
84
73
85
74
- template : /build/ci/job-template.yml
86
75
parameters :
87
- name : Ubuntu_x64_NetCoreApp21
76
+ name : Ubuntu_x64_NetCoreApp31
88
77
buildScript : ./build.sh
89
78
container : UbuntuContainer
90
79
innerLoop : true
94
83
95
84
- template : /build/ci/job-template.yml
96
85
parameters :
97
- name : MacOS_x64_NetCoreApp21
86
+ name : MacOS_x64_NetCoreApp31
98
87
buildScript : ./build.sh
99
88
innerLoop : true
100
89
pool :
@@ -104,52 +93,30 @@ jobs:
104
93
- template : /build/ci/job-template.yml
105
94
parameters :
106
95
architecture : arm64
107
- name : MacOS_cross_arm64_NetCoreApp21
96
+ name : MacOS_cross_arm64_Net6
108
97
buildScript : ./build.sh
109
98
customMatrixes :
110
99
Debug_Build :
111
- _configuration : Debug-netcoreapp3_1
100
+ _configuration : Debug
112
101
_config_short : DI
113
102
_includeBenchmarkData : false
114
- _targetFramework : netcoreapp3.1
103
+ _targetFramework : net6.0
115
104
Release_Build :
116
- _configuration : Release-netcoreapp3_1
105
+ _configuration : Release
117
106
_config_short : RI
118
107
_includeBenchmarkData : true
119
- _targetFramework : netcoreapp3.1
108
+ _targetFramework : net6.0
120
109
innerLoop : true
121
110
pool :
122
111
vmImage : macOS-10.15
123
- testTargetFramework : net6.0
124
112
helixQueue : OSX.1100.Arm64.Open
125
113
126
114
- template : /build/ci/job-template.yml
127
115
parameters :
128
116
name : Windows_x64_NetCoreApp31
129
117
buildScript : build.cmd
130
- customMatrixes :
131
- Debug_Build :
132
- _configuration : Debug-netcoreapp3_1
133
- _config_short : DI
134
- _includeBenchmarkData : false
135
- _targetFramework : netcoreapp3.1
136
- Release_Build :
137
- _configuration : Release-netcoreapp3_1
138
- _config_short : RI
139
- _includeBenchmarkData : true
140
- _targetFramework : netcoreapp3.1
141
- innerLoop : true
142
- vsTestConfiguration : " /Framework:.NETCoreApp,Version=v3.0"
143
- pool :
144
- vmImage : windows-2019
145
- helixQueue : Windows.10.Amd64.Open
146
-
147
- - template : /build/ci/job-template.yml
148
- parameters :
149
- name : Windows_x64_NetCoreApp21
150
- buildScript : build.cmd
151
118
innerLoop : true
152
- vsTestConfiguration : " /Framework:.NETCoreApp,Version=v2 .1"
119
+ vsTestConfiguration : " /Framework:.NETCoreApp,Version=v3 .1"
153
120
pool :
154
121
vmImage : windows-2019
155
122
helixQueue : Windows.10.Amd64.Open
@@ -160,15 +127,15 @@ jobs:
160
127
buildScript : build.cmd
161
128
customMatrixes :
162
129
Debug_Build :
163
- _configuration : Debug-netfx
130
+ _configuration : Debug
164
131
_config_short : DFX
165
132
_includeBenchmarkData : false
166
- _targetFramework : win-x64
133
+ _targetFramework : net461
167
134
Release_Build :
168
- _configuration : Release-netfx
135
+ _configuration : Release
169
136
_config_short : RFX
170
137
_includeBenchmarkData : false
171
- _targetFramework : win-x64
138
+ _targetFramework : net461
172
139
innerLoop : true
173
140
vsTestConfiguration : " /Framework:.NETCoreApp,Version=v4.0"
174
141
pool :
@@ -177,11 +144,11 @@ jobs:
177
144
178
145
- template : /build/ci/job-template.yml
179
146
parameters :
180
- name : Windows_x86_NetCoreApp21
147
+ name : Windows_x86_NetCoreApp31
181
148
architecture : x86
182
149
buildScript : build.cmd
183
150
innerLoop : true
184
- vsTestConfiguration : " /Framework:.NETCoreApp,Version=v2 .1"
151
+ vsTestConfiguration : " /Framework:.NETCoreApp,Version=v3 .1"
185
152
pool :
186
153
vmImage : windows-2019
187
154
helixQueue : Windows.10.Amd64.Open
0 commit comments