Skip to content

Commit 748b663

Browse files
[main] Source code updates from dotnet/dotnet (#61818)
[main] Source code updates from dotnet/dotnet - Remove sourcebuild - Revert "Remove sourcebuild" This reverts commit 1fa2219. - Fix repo SB jobs - Update source-build.yml
1 parent aa2e0dc commit 748b663

File tree

7 files changed

+274
-382
lines changed

7 files changed

+274
-382
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:

eng/DotNetBuild.props

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)