File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -632,8 +632,7 @@ stages:
632632 platform :
633633 name : ' Managed'
634634 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
635+ buildScript : ' ./eng/build.sh $(_InternalRuntimeDownloadArgs)'
637636 jobProperties :
638637 timeoutInMinutes : 120
639638 variables :
Original file line number Diff line number Diff line change @@ -677,8 +677,7 @@ extends:
677677 platform :
678678 name : ' Managed'
679679 container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
680- buildScript : ' ./eng/build.sh --publish --no-build-repo-tasks $(_PublishArgs) $(_InternalRuntimeDownloadArgs)'
681- skipPublishValidation : true
680+ buildScript : ' ./eng/build.sh $(_InternalRuntimeDownloadArgs)'
682681 jobProperties :
683682 timeoutInMinutes : 120
684683 variables :
You can’t perform that action at this time.
0 commit comments