Skip to content

Commit a1b2ae4

Browse files
authored
Fix repo SB jobs
1 parent 86ae7b9 commit a1b2ae4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

.azure/pipelines/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)