From 7a8487e2bdbe72c0aa3146ca0b82842da99eec0f Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 11 Jun 2019 12:46:01 -0700 Subject: [PATCH] Add PlatformManifest to runtime package (#11046) --- src/Framework/Directory.Build.props | 1 + .../ref/Microsoft.AspNetCore.App.Ref.csproj | 1 - .../src/Microsoft.AspNetCore.App.Runtime.csproj | 12 +++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/Framework/Directory.Build.props b/src/Framework/Directory.Build.props index 7774279828..8cf57408e3 100644 --- a/src/Framework/Directory.Build.props +++ b/src/Framework/Directory.Build.props @@ -2,6 +2,7 @@ + data/ PlatformManifest.txt $(ArtifactsObjDir)$(PlatformManifestFileName) diff --git a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj index c188613871..1ce85ef59f 100644 --- a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj @@ -33,7 +33,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant false PackageOverrides.txt - data/ true diff --git a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj index 0a6b4f5bed..5325b54a4f 100644 --- a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -265,11 +265,21 @@ This package is an internal implementation of the .NET Core SDK and is not meant BeforeTargets="_GetPackageFiles;GenerateNuspec" DependsOnTargets="ResolveReferences"> - + + + + + + <_PackageFiles Include="@(RuntimePackContent)" /> + + +