From 1ca2af85bfc858b6b2ce809e39204c3053161fd0 Mon Sep 17 00:00:00 2001 From: Tomas Weinfurt Date: Tue, 6 Nov 2018 15:10:18 -0800 Subject: [PATCH] try to use exclude on same line as Include instead of remove in separate step (dotnet/coreclr#20846) Commit migrated from https://github.com/dotnet/coreclr/commit/73f6ece97f1ede995c0e846bd7349db2c067b543 --- src/coreclr/src/publish.proj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/coreclr/src/publish.proj b/src/coreclr/src/publish.proj index edefc8d..eee01c1 100644 --- a/src/coreclr/src/publish.proj +++ b/src/coreclr/src/publish.proj @@ -142,8 +142,7 @@ true - - + -- 2.7.4