From 7ac4bf14f2f2d3a9b72d2da52a8adcccd8b035d6 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 5 Jun 2017 17:11:49 -0700 Subject: [PATCH] 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) +