Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fa89b5a

Browse files
authored
Remove debug/checked builds (#17663)
The debug/checked builds don't publish and aren't submitted for testing currently. To reduce resource usage during the build, do not build these pipelines for now.
1 parent 819a2f6 commit fa89b5a

File tree

1 file changed

+0
-120
lines changed

1 file changed

+0
-120
lines changed

buildpipeline/pipelines.json

Lines changed: 0 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -184,38 +184,6 @@
184184
"Product-Build"
185185
]
186186
},
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-
},
219187
{
220188
"Name": "Trusted-Crossbuild-Release",
221189
"Parameters": {
@@ -232,38 +200,6 @@
232200
"Linux-CrossBuild"
233201
]
234202
},
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-
},
267203
{
268204
"Name": "Publish Packages to Feeds - Release",
269205
"Parameters": {
@@ -292,34 +228,6 @@
292228
"Trusted-Crossbuild-Release"
293229
]
294230
},
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-
},
323231
{
324232
"Name": "Publish Symbols - Release",
325233
"Parameters": {
@@ -345,34 +253,6 @@
345253
"Trusted-All-Release",
346254
"Trusted-Crossbuild-Release"
347255
]
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-
]
376256
}
377257
]
378258
}

0 commit comments

Comments
 (0)