From 2e472083560f6655d9f19326248a48c0281153c7 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 3 May 2022 18:56:39 -0500 Subject: [PATCH] Fix two broken path references (#13745) --- src/SourceBuild/tarball/content/prep.sh | 2 +- .../Microsoft.DotNet.SourceBuild.Tasks.LeakDetection.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/tarball/content/prep.sh b/src/SourceBuild/tarball/content/prep.sh index 56e00219f..e7fc6d550 100755 --- a/src/SourceBuild/tarball/content/prep.sh +++ b/src/SourceBuild/tarball/content/prep.sh @@ -108,7 +108,7 @@ if [ "$buildBootstrap" == "true" ]; then cp $SCRIPT_ROOT/scripts/bootstrap/buildBootstrapPreviouslySB.csproj $workingDir # Copy NuGet.config from the installer repo to have the right feeds - cp $SCRIPT_ROOT/src/installer.*/NuGet.config $workingDir + cp $SCRIPT_ROOT/src/installer/NuGet.config $workingDir # Get PackageVersions.props from existing prev-sb archive echo " Retrieving PackageVersions.props from existing archive" diff --git a/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection.csproj b/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection.csproj index c00725cc7..daf090289 100644 --- a/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection.csproj +++ b/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection.csproj @@ -13,7 +13,7 @@ 15.7.179 - + Configuration=netstandard_Debug Configuration=netstandard_Release {D68133BD-1E63-496E-9EDE-4FBDBF77B486}