File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -625,17 +625,3 @@ stages:
625625 path : artifacts/log/
626626 publishOnError : true
627627 includeForks : true
628-
629- # Source build
630- - template : /eng/common/templates/job/source-build.yml
631- parameters :
632- platform :
633- name : ' Managed'
634- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64'
635- buildScript : ' ./eng/build.sh --publish --no-build-repo-tasks $(_PublishArgs) $(_InternalRuntimeDownloadArgs)'
636- skipPublishValidation : true
637- jobProperties :
638- timeoutInMinutes : 120
639- variables :
640- # Log environment variables in binary logs to ease debugging
641- MSBUILDLOGALLENVIRONMENTVARIABLES : true
Original file line number Diff line number Diff line change @@ -670,21 +670,6 @@ extends:
670670 publishOnError : true
671671 includeForks : true
672672
673- # Source build
674- - template : /eng/common/templates-official/job/source-build.yml@self
675- parameters :
676- enableInternalSources : true
677- platform :
678- name : ' Managed'
679- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
680- buildScript : ' ./eng/build.sh --publish --no-build-repo-tasks $(_PublishArgs) $(_InternalRuntimeDownloadArgs)'
681- skipPublishValidation : true
682- jobProperties :
683- timeoutInMinutes : 120
684- variables :
685- # Log environment variables in binary logs to ease debugging
686- MSBUILDLOGALLENVIRONMENTVARIABLES : true
687-
688673 - ${{ if eq(variables.enableSourceIndex, 'true') }} :
689674 - template : /eng/common/templates-official/job/source-index-stage1.yml@self
690675 parameters :
You can’t perform that action at this time.
0 commit comments