Skip to content

Commit

Permalink
Merged PR 29008: Disable source-build leg for 7.0.
Browse files Browse the repository at this point in the history
Disable source-build leg for now.
  • Loading branch information
crummel authored and mmitche committed Jan 19, 2023
1 parent 1675784 commit 90768a2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions eng/pipelines/global-build.yml
Expand Up @@ -123,12 +123,12 @@ jobs:
#
# SourceBuild Build
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
platforms:
- SourceBuild_Linux_x64
jobParameters:
nameSuffix: SourceBuild
timeoutInMinutes: 90
#- template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/common/global-build-job.yml
# buildConfig: release
# platforms:
# - SourceBuild_Linux_x64
# jobParameters:
# nameSuffix: SourceBuild
# timeoutInMinutes: 90

0 comments on commit 90768a2

Please sign in to comment.