From 68d92409485fed54c1951ae3a175a2f81fbd1bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 15 May 2024 15:10:16 -0400 Subject: [PATCH] fix: Only override the EnableMsixTooling for libraries This change will ensure that the EnableMsixTooling property is modified properly, in the targets file (when OutputType is set) and only when we're not using the Uno.Sdk (which sets this value properly by itself). --- src/Uno.Extensions.Maui.UI/build/Package.props | 8 -------- src/Uno.Extensions.Maui.UI/build/Package.targets | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Uno.Extensions.Maui.UI/build/Package.props b/src/Uno.Extensions.Maui.UI/build/Package.props index fef7130a45..9ca1f8365d 100644 --- a/src/Uno.Extensions.Maui.UI/build/Package.props +++ b/src/Uno.Extensions.Maui.UI/build/Package.props @@ -20,12 +20,4 @@ - - - - - false - - - diff --git a/src/Uno.Extensions.Maui.UI/build/Package.targets b/src/Uno.Extensions.Maui.UI/build/Package.targets index cdd12bee68..394c06f8ae 100644 --- a/src/Uno.Extensions.Maui.UI/build/Package.targets +++ b/src/Uno.Extensions.Maui.UI/build/Package.targets @@ -11,6 +11,14 @@ + + + + false + + + +