From 1c22e62b31e92a5788af04d448c19ae0c8b22767 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 1 May 2021 20:58:16 -0500 Subject: Use WiX cmd line options for WarningAsError and DefaultCompressionLevel --- src/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj | 1 - src/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj | 1 - src/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj | 1 - src/Wix.Build.props | 3 +++ 4 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj b/src/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj index f5c53195..3f405ce5 100644 --- a/src/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj +++ b/src/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj @@ -3,7 +3,6 @@ Bundle x64 - 1154;$(SuppressSpecificWarnings) hyperlinkLicense {6E86B95A-24F6-4C89-AF2E-470C0C734FCB} diff --git a/src/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj b/src/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj index 35f78cb8..1b1a5006 100644 --- a/src/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj +++ b/src/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj @@ -5,7 +5,6 @@ TestBA_x64 {79F45B7A-D990-46E4-819B-078D87C3321A} x64 - 1154;$(SuppressSpecificWarnings) diff --git a/src/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj b/src/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj index aef5e18e..3b9d7360 100644 --- a/src/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj +++ b/src/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj @@ -5,7 +5,6 @@ TestBAdnc_x64 {638D31D0-92BA-4BCD-82F0-7F549820D9AB} x64 - 1154;$(SuppressSpecificWarnings) diff --git a/src/Wix.Build.props b/src/Wix.Build.props index 61fdc815..06cf5b1d 100644 --- a/src/Wix.Build.props +++ b/src/Wix.Build.props @@ -4,5 +4,8 @@ $([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory))))) $(BaseOutputPath)obj\$(TestGroupName)\$(ProjectName)\ $(OutputPath)netcoreapp3.1\TestData\$(TestGroupName)\ + None + -wx + 1154;$(SuppressSpecificWarnings) -- cgit v1.2.3-55-g6feb