From b05564c03fe9ebf9787ec1dc6144144dd5ada873 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 28 Oct 2024 12:31:46 +0100 Subject: [PATCH] =?UTF-8?q?Added=20DisableBuildCompression=20to=20not=20ma?= =?UTF-8?q?ke=20compressed=20versions=20of=20back=E2=80=A6=20(#17380)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added DisableBuildCompression to not make compressed versions of backoffice client. That should dotnet not spend time on when building * Also add to our own execuable even that we do not ship it * Also add to our own execuable even that we do not ship it * Use false instead * Revert "Also add to our own execuable even that we do not ship it" This reverts commit 183200d24b6d381fee0dc35894db72abb037e634. --- src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj | 3 ++- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 1 + templates/UmbracoProject/UmbracoProject.csproj | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj b/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj index a67dafbac5..b422046715 100644 --- a/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj +++ b/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj @@ -4,6 +4,7 @@ Contains the static assets needed to run Umbraco CMS. true / + false @@ -76,4 +77,4 @@ - \ No newline at end of file + diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index c22b5ae739..d6e9a44df0 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -3,6 +3,7 @@ Umbraco.Cms.Web.UI false false + false diff --git a/templates/UmbracoProject/UmbracoProject.csproj b/templates/UmbracoProject/UmbracoProject.csproj index 019d5d2990..d4b4b548fd 100644 --- a/templates/UmbracoProject/UmbracoProject.csproj +++ b/templates/UmbracoProject/UmbracoProject.csproj @@ -4,6 +4,7 @@ enable enable Umbraco.Cms.Web.UI + false