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 @@ + + + + + +