|
184 | 184 | "Product-Build"
|
185 | 185 | ]
|
186 | 186 | },
|
187 |
| - { |
188 |
| - "Name": "Trusted-All-Debug", |
189 |
| - "Parameters": { |
190 |
| - "TreatWarningsAsErrors": "false" |
191 |
| - }, |
192 |
| - "BuildParameters": { |
193 |
| - "PB_BuildType": "Debug", |
194 |
| - "PublishFlat": "true" |
195 |
| - }, |
196 |
| - "ReportingParameters": { |
197 |
| - "PB_BuildType": "Debug" |
198 |
| - }, |
199 |
| - "DefinitionGroupRefs": [ |
200 |
| - "Product-Build" |
201 |
| - ] |
202 |
| - }, |
203 |
| - { |
204 |
| - "Name": "Trusted-All-Checked", |
205 |
| - "Parameters": { |
206 |
| - "TreatWarningsAsErrors": "false" |
207 |
| - }, |
208 |
| - "BuildParameters": { |
209 |
| - "PB_BuildType": "Checked", |
210 |
| - "PublishFlat": "true" |
211 |
| - }, |
212 |
| - "ReportingParameters": { |
213 |
| - "PB_BuildType": "Checked" |
214 |
| - }, |
215 |
| - "DefinitionGroupRefs": [ |
216 |
| - "Product-Build" |
217 |
| - ] |
218 |
| - }, |
219 | 187 | {
|
220 | 188 | "Name": "Trusted-Crossbuild-Release",
|
221 | 189 | "Parameters": {
|
|
232 | 200 | "Linux-CrossBuild"
|
233 | 201 | ]
|
234 | 202 | },
|
235 |
| - { |
236 |
| - "Name": "Trusted-Crossbuild-Debug", |
237 |
| - "Parameters": { |
238 |
| - "TreatWarningsAsErrors": "false" |
239 |
| - }, |
240 |
| - "BuildParameters": { |
241 |
| - "PB_BuildType": "Debug", |
242 |
| - "PublishFlat": "true" |
243 |
| - }, |
244 |
| - "ReportingParameters": { |
245 |
| - "PB_BuildType": "Debug" |
246 |
| - }, |
247 |
| - "DefinitionGroupRefs": [ |
248 |
| - "Linux-CrossBuild" |
249 |
| - ] |
250 |
| - }, |
251 |
| - { |
252 |
| - "Name": "Trusted-Crossbuild-Checked", |
253 |
| - "Parameters": { |
254 |
| - "TreatWarningsAsErrors": "false" |
255 |
| - }, |
256 |
| - "BuildParameters": { |
257 |
| - "PB_BuildType": "Checked", |
258 |
| - "PublishFlat": "true" |
259 |
| - }, |
260 |
| - "ReportingParameters": { |
261 |
| - "PB_BuildType": "Checked" |
262 |
| - }, |
263 |
| - "DefinitionGroupRefs": [ |
264 |
| - "Linux-CrossBuild" |
265 |
| - ] |
266 |
| - }, |
267 | 203 | {
|
268 | 204 | "Name": "Publish Packages to Feeds - Release",
|
269 | 205 | "Parameters": {
|
|
292 | 228 | "Trusted-Crossbuild-Release"
|
293 | 229 | ]
|
294 | 230 | },
|
295 |
| - { |
296 |
| - "Name": "Publish Packages to Drop - Debug", |
297 |
| - "Parameters": { |
298 |
| - "TreatWarningsAsErrors": "false" |
299 |
| - }, |
300 |
| - "BuildParameters": { |
301 |
| - "PB_BuildType": "Debug" |
302 |
| - }, |
303 |
| - "Definitions": [ |
304 |
| - { |
305 |
| - "Name": "DotNet-Trusted-Publish", |
306 |
| - "SkipBranchAndVersionOverrides": "true", |
307 |
| - "Parameters": { |
308 |
| - "VstsRepositoryName": "DotNet-CoreCLR-Trusted", |
309 |
| - "GitHubRepositoryName": "coreclr" |
310 |
| - }, |
311 |
| - "ReportingParameters": { |
312 |
| - "TaskName": "Publish", |
313 |
| - "Type": "build/publish/", |
314 |
| - "ConfigurationGroup": "Debug" |
315 |
| - } |
316 |
| - } |
317 |
| - ], |
318 |
| - "DependsOn": [ |
319 |
| - "Trusted-All-Debug", |
320 |
| - "Trusted-Crossbuild-Debug" |
321 |
| - ] |
322 |
| - }, |
323 | 231 | {
|
324 | 232 | "Name": "Publish Symbols - Release",
|
325 | 233 | "Parameters": {
|
|
345 | 253 | "Trusted-All-Release",
|
346 | 254 | "Trusted-Crossbuild-Release"
|
347 | 255 | ]
|
348 |
| - }, |
349 |
| - { |
350 |
| - "Name": "Publish Packages to Drop - Checked", |
351 |
| - "Parameters": { |
352 |
| - "TreatWarningsAsErrors": "false" |
353 |
| - }, |
354 |
| - "BuildParameters": { |
355 |
| - "PB_BuildType": "Checked" |
356 |
| - }, |
357 |
| - "Definitions": [ |
358 |
| - { |
359 |
| - "Name": "DotNet-Trusted-Publish", |
360 |
| - "SkipBranchAndVersionOverrides": "true", |
361 |
| - "Parameters": { |
362 |
| - "VstsRepositoryName": "DotNet-CoreCLR-Trusted", |
363 |
| - "GitHubRepositoryName": "coreclr" |
364 |
| - }, |
365 |
| - "ReportingParameters": { |
366 |
| - "TaskName": "Publish", |
367 |
| - "Type": "build/publish/", |
368 |
| - "ConfigurationGroup": "Checked" |
369 |
| - } |
370 |
| - } |
371 |
| - ], |
372 |
| - "DependsOn": [ |
373 |
| - "Trusted-All-Checked", |
374 |
| - "Trusted-Crossbuild-Checked" |
375 |
| - ] |
376 | 256 | }
|
377 | 257 | ]
|
378 | 258 | }
|
0 commit comments