From 7ac4bf14f2f2d3a9b72d2da52a8adcccd8b035d6 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 5 Jun 2017 17:11:49 -0700 Subject: [PATCH 1/2] Use file globbing to resolve manifests --- .../Microsoft.AspNetCore.All.csproj | 9 --------- .../PublishWithAspNetCoreTargetManifest.targets | 15 +++++++++------ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 121e1766d0..b3fc5e5d5d 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -22,13 +22,4 @@ - - - $(MSBuildThisFileDirectory)build\PublishWithAspNetCoreTargetManifest.targets - - - - - - diff --git a/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets index b729b98b82..f49dc6ad79 100644 --- a/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets +++ b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets @@ -3,10 +3,6 @@ true - - $(TargetManifestFiles);$(MSBuildThisFileDirectory)aspnetcore-store-__MANIFEST_VERSION__-win7-x64.xml;$(MSBuildThisFileDirectory)aspnetcore-store-__MANIFEST_VERSION__-win7-x86.xml;$(MSBuildThisFileDirectory)aspnetcore-store-__MANIFEST_VERSION__-osx-x64.xml;$(MSBuildThisFileDirectory)aspnetcore-store-__MANIFEST_VERSION__-linux-x64.xml - - + + + + + + + $(TargetManifestFiles);@(AspNetCoreTargetManifestFiles) + From 89a2dadfcad2a5811662fac93730b1283a38c346 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 19 Jun 2017 17:18:17 -0700 Subject: [PATCH 2/2] Remove ViewCompilation from publish manifests --- build/repo.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/repo.targets b/build/repo.targets index 2b8b8e14b6..e95b22bd99 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -166,6 +166,9 @@ + + +