From 2099d0fd30d3a3cb013db9242c418a86bf905da1 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 10 Jan 2023 17:07:21 -0800 Subject: [PATCH] Remove legacy source replacement (#15234) --- NuGet.config | 6 +- .../repo-projects/Directory.Build.targets | 68 ------------------- .../content/repo-projects/installer.proj | 3 - 3 files changed, 1 insertion(+), 76 deletions(-) diff --git a/NuGet.config b/NuGet.config index cb866adcb..77050d5f1 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,12 +11,8 @@ - - - - - + diff --git a/src/SourceBuild/content/repo-projects/Directory.Build.targets b/src/SourceBuild/content/repo-projects/Directory.Build.targets index 888ab167b..64745b5d3 100644 --- a/src/SourceBuild/content/repo-projects/Directory.Build.targets +++ b/src/SourceBuild/content/repo-projects/Directory.Build.targets @@ -167,7 +167,6 @@ reference-packages source-built ExtraSources - dotnet5-internal-transport $(PrebuiltNuGetSourceName);$(PreviouslySourceBuiltNuGetSourceName);$(ReferencePackagesNuGetSourceName);$(SourceBuiltNuGetSourceName) $(SourceBuildSources);$(ExtraSourcesNuGetSourceName) $(SourceBuildSources);$(DotNet5InternalTransportNuGetSourceName) @@ -207,78 +206,11 @@ SourcePath="$(ExtraRestoreSourcePath)" Condition="'$(ExtraRestoreSourcePath)' != ''" /> - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/SourceBuild/content/repo-projects/installer.proj b/src/SourceBuild/content/repo-projects/installer.proj index 42ef91233..d41b97b78 100644 --- a/src/SourceBuild/content/repo-projects/installer.proj +++ b/src/SourceBuild/content/repo-projects/installer.proj @@ -49,9 +49,6 @@ $(ProjectDirectory)NuGet.config - - true - CS9057