Skip to content

Commit 90768a2

Browse files
crummelmmitche
authored andcommitted
Merged PR 29008: Disable source-build leg for 7.0.
Disable source-build leg for now.
1 parent 1675784 commit 90768a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

eng/pipelines/global-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ jobs:
123123
#
124124
# SourceBuild Build
125125
#
126-
- template: /eng/pipelines/common/platform-matrix.yml
127-
parameters:
128-
jobTemplate: /eng/pipelines/common/global-build-job.yml
129-
buildConfig: release
130-
platforms:
131-
- SourceBuild_Linux_x64
132-
jobParameters:
133-
nameSuffix: SourceBuild
134-
timeoutInMinutes: 90
126+
#- template: /eng/pipelines/common/platform-matrix.yml
127+
# parameters:
128+
# jobTemplate: /eng/pipelines/common/global-build-job.yml
129+
# buildConfig: release
130+
# platforms:
131+
# - SourceBuild_Linux_x64
132+
# jobParameters:
133+
# nameSuffix: SourceBuild
134+
# timeoutInMinutes: 90

0 commit comments

Comments
 (0)