From 9255bc013b2662267def3b459909484c82580592 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:07:59 -0700 Subject: [PATCH] Add SBRP DependencyPackageProjects Build Infra (#19419) --- NuGet.config | 21 ------------------- eng/Version.Details.xml | 4 ++-- .../source-build-reference-packages.proj | 18 +++++++++++++++- 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index a9d212f77..dd632b04b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,28 +7,16 @@ - - - - - - - - - - - - @@ -49,22 +37,13 @@ - - - - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4ebd2b87a..5a0008b0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -211,9 +211,9 @@ https://github.com/dotnet/arcade bd9b4590681e602535ed414e98a17e6ba121dca4 - + https://github.com/dotnet/source-build-reference-packages - 7ce77af2d76bb40b32e483b5050df50ea07b8984 + 2cd14a0da237e9ae169f76fefa5cdaa04ee0e3d7 diff --git a/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj b/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj index 69ab564a2..c1321e716 100644 --- a/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj +++ b/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj @@ -2,7 +2,13 @@ - $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) + $(BaseIntermediatePath)source-build-reference-package-cache + + $(StandardSourceBuildArgs) + $(BuildCommandArgs) /p:MicrosoftNetCoreIlasmPackageRuntimeId=$(NETCoreSdkRuntimeIdentifier) + $(BuildCommandArgs) /p:LocalNuGetPackageCacheDirectory=$(LocalNuGetPackageCacheDirectory) + + $(StandardSourceBuildCommand) $(BuildCommandArgs) $(ProjectDirectory)NuGet.config $(ProjectDirectory)global.json @@ -16,5 +22,15 @@ + + + + + +