From 24e8f28dc9bea0a72a82abc6cafebe2364c94ef1 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 7 Feb 2022 21:28:07 -0800 Subject: Make validation independent of the build command In MSBuild this adds a new WindowsInstallerValidation target that automatically runs validation after a successful build. From the command-line the "wix msi" command gets a "validate" subcommand that will validate an MSI or MSM file. --- src/test/burn/Directory.wixproj.props | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/burn') diff --git a/src/test/burn/Directory.wixproj.props b/src/test/burn/Directory.wixproj.props index af5ef196..21ab5107 100644 --- a/src/test/burn/Directory.wixproj.props +++ b/src/test/burn/Directory.wixproj.props @@ -7,6 +7,7 @@ None -wx 1154;$(SuppressSpecificWarnings) + true $(BaseOutputPath)$(Configuration)\netstandard2.0\ForTestingUseOnly.wixext.dll -- cgit v1.2.3-55-g6feb