From fc451917f8f66d2d53cb7cd745be3cf080dfafa6 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 13 Jan 2021 11:34:57 -0800 Subject: [PATCH] [release/5.0] Don't include RuntimeList.xml in sharedFx archive (#29109) * Don't include RuntimeList.xml in sharedFx archive * Don't output RuntimeList.xml to SharedFx dir * Add comment --- .../App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj index dd7368806f..cfbe759aff 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -154,7 +154,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant $(LocalDotNetRoot)$(SharedRuntimeSubPath) RuntimeList.xml - $(SharedFxLayoutTargetDir)$(FrameworkListFileName) + $(ArtifactsObjDir)$(FrameworkListFileName) $(InternalInstallerBaseName)-$(PackageVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension) $(InstallersOutputPath)$(InternalArchiveOutputFileName) @@ -545,7 +545,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant RootAttributes="@(FrameworkListRootAttributes)" /> - + + <_PackageFiles Include="$(FrameworkListOutputPath)" PackagePath="$(ManifestsPackagePath)" /> <_PackageFiles Include="@(RuntimePackContent)" />