From b6bdffe2476964410b2d8b1aafc036af8e783bc5 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 9 Jan 2019 14:05:41 -0800 Subject: [PATCH] Remove copy targets from ResolveIISReferences (#6539) --- eng/targets/ResolveIisReferences.targets | 20 ------------------- ...tCore.Server.IntegrationTesting.IIS.csproj | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/eng/targets/ResolveIisReferences.targets b/eng/targets/ResolveIisReferences.targets index 4beec3df91..ba0ae8fc46 100644 --- a/eng/targets/ResolveIisReferences.targets +++ b/eng/targets/ResolveIisReferences.targets @@ -19,8 +19,6 @@ with the right MSBuild incantations to get output copied to the right place. false NativeContent - - PreserveNewest Build;BuiltProjectOutputGroup;DebugSymbolsProjectOutputGroup @@ -43,22 +41,4 @@ with the right MSBuild incantations to get output copied to the right place. - - - - - - %(LinkBase)%(FileName)%(Extension) - - false - - - - - - - - diff --git a/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj b/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj index c13d843ed7..45fba46be3 100644 --- a/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj +++ b/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj @@ -30,11 +30,11 @@ - + - +