From 5c33c6fbf6728ea5c0da25c853dc03bb224deb35 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:36:37 +0100 Subject: [PATCH] Login assets should be built independently of the Backoffice (#15668) * picked from v14/dev to distinguish between Belle and Login so the correct assets are being built when you run Umbraco.Web.UI * syntax --- .../Umbraco.Cms.StaticAssets.csproj | 36 +++++++++++++++---- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj b/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj index d2db9b11eb..f973b22fc6 100644 --- a/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj +++ b/src/Umbraco.Cms.StaticAssets/Umbraco.Cms.StaticAssets.csproj @@ -12,34 +12,56 @@ - $(ProjectDir)wwwroot\umbraco + $(ProjectDir)wwwroot\umbraco + $(BasePath)\lib + $(BasePath)\login - + + + + + + - - - + + + + + + + + + + + - + - + + + + + + + +