From 18fe2525ead5e2fb975ad05035fcf56e993dccf1 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 15 Aug 2023 09:00:38 -0700 Subject: [PATCH] Globally copy VMR build asset outputs (#17164) --- src/SourceBuild/content/build.proj | 16 ++++++++++++++ .../content/repo-projects/installer.proj | 21 ------------------- .../content/repo-projects/runtime.proj | 20 ------------------ 3 files changed, 16 insertions(+), 41 deletions(-) diff --git a/src/SourceBuild/content/build.proj b/src/SourceBuild/content/build.proj index 50c1b64f6..55e5a66c0 100644 --- a/src/SourceBuild/content/build.proj +++ b/src/SourceBuild/content/build.proj @@ -34,6 +34,22 @@ + + + + + + + + + + + - - - - $(SourceBuiltAssetsDir)dotnet-sdk-*$(TarBallExtension) - - - - - - - - - - - - - diff --git a/src/SourceBuild/content/repo-projects/runtime.proj b/src/SourceBuild/content/repo-projects/runtime.proj index 72c32b30e..67959e981 100644 --- a/src/SourceBuild/content/repo-projects/runtime.proj +++ b/src/SourceBuild/content/repo-projects/runtime.proj @@ -78,25 +78,5 @@ Rid="$(TargetRid)-$(Platform)" /> - - - <_builtRuntimePackages Include="$(SourceBuiltAssetsDir)*.symbols.nupkg" /> - <_builtRuntimePackages> - $([System.String]::Copy('%(FileName)').Replace('symbols', 'nupkg')) - - - - - - - - - -