From e607eccbb47bb3e75fc78eadd926f73a08b2ca7f Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 23 Sep 2022 14:35:57 -0700 Subject: [PATCH] [release/7.0.1xx] Update SBRP and address issue in DependencyPackageProjects infra (#14577) * Update SBRP and address issue in DependencyPackageProjects infra * Update to official new version of SBRP * Fix typo Co-authored-by: MichaelSimons --- .../repos/source-build-reference-packages.proj | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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..a4fb27340 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,9 @@ - $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) + $(BaseIntermediatePath)source-build-reference-package-cache + + $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) /p:LocalNuGetPackageCacheDirectory=$(LocalNuGetPackageCacheDirectory) $(ProjectDirectory)NuGet.config $(ProjectDirectory)global.json @@ -16,5 +18,15 @@ + + + + + +