From cb1631df48626359264623100a102332a763c731 Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Thu, 16 Jan 2025 14:25:04 -0800 Subject: [PATCH] Suppress MSI validation to avoid applocker failures --- src/Installers/Windows/Directory.Build.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Installers/Windows/Directory.Build.props b/src/Installers/Windows/Directory.Build.props index 7b5c76d821ff..3329e45c613b 100644 --- a/src/Installers/Windows/Directory.Build.props +++ b/src/Installers/Windows/Directory.Build.props @@ -9,6 +9,9 @@ Read more here => https://github.com/dotnet/project-system/blob/main/docs/build-acceleration.md#limitations --> false + + + true