From 317520370db83389d86a17899dd1fbbbfde9e0ed Mon Sep 17 00:00:00 2001 From: Jared Date: Wed, 25 Nov 2020 12:59:15 -0800 Subject: [PATCH] Remove PublishTrimmed option from Linux desktop profiles. --- .../Properties/PublishProfiles/desktop-linux-x64.pubxml | 2 +- .../Properties/PublishProfiles/packaged-linux-x64.pubxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Desktop.Linux/Properties/PublishProfiles/desktop-linux-x64.pubxml b/Desktop.Linux/Properties/PublishProfiles/desktop-linux-x64.pubxml index ab36fce6..35be6fb0 100644 --- a/Desktop.Linux/Properties/PublishProfiles/desktop-linux-x64.pubxml +++ b/Desktop.Linux/Properties/PublishProfiles/desktop-linux-x64.pubxml @@ -13,6 +13,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121. true True False - True + False \ No newline at end of file diff --git a/Desktop.Linux/Properties/PublishProfiles/packaged-linux-x64.pubxml b/Desktop.Linux/Properties/PublishProfiles/packaged-linux-x64.pubxml index 5f3f9311..d4dfdb00 100644 --- a/Desktop.Linux/Properties/PublishProfiles/packaged-linux-x64.pubxml +++ b/Desktop.Linux/Properties/PublishProfiles/packaged-linux-x64.pubxml @@ -12,6 +12,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121. linux-x64 true False - True + False \ No newline at end of file