From 61c33d4eafbc9c4a8f12003d46b5027e27beb175 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 19 Dec 2020 22:26:10 -0600 Subject: Don't allow warnings. --- appveyor.cmd | 4 ++-- global.json | 2 +- src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj | 5 +++-- src/TestData/MsiTransaction/BundleAv2/BundleAv2.wixproj | 5 +++-- src/TestData/MsiTransaction/BundleBv1/BundleBv1.wixproj | 4 ++-- src/TestData/MsiTransaction/BundleBv2/BundleBv2.wixproj | 5 +++-- src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj | 2 +- src/Utilities/TestBA/TestBA.csproj | 2 +- 8 files changed, 16 insertions(+), 13 deletions(-) diff --git a/appveyor.cmd b/appveyor.cmd index b0283678..eeb56296 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -2,8 +2,8 @@ @pushd %~dp0 @set _C=Release -msbuild -p:Configuration=%_C% -Restore || exit /b -msbuild -p:Configuration=%_C% src\TestData -Restore || exit /b +msbuild -p:Configuration=%_C% -warnaserror -Restore || exit /b +msbuild -p:Configuration=%_C% src\TestData -warnaserror -Restore || exit /b dotnet test -c %_C% --no-build src\WixToolsetTest.BurnE2E || exit /b diff --git a/global.json b/global.json index d614f6f5..01b177c2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0172" + "WixToolset.Sdk": "4.0.0-build-0175" }, "sdk": { "allowPrerelease": false diff --git a/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj index 1e4806f3..a819e928 100644 --- a/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj +++ b/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj @@ -2,6 +2,7 @@ Bundle + 1151 @@ -10,7 +11,7 @@ - - + + \ No newline at end of file diff --git a/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wixproj b/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wixproj index 509e1a0e..0bdef393 100644 --- a/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wixproj +++ b/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wixproj @@ -2,6 +2,7 @@ Bundle + 1151 2.0.0.0 @@ -11,7 +12,7 @@ - - + + \ No newline at end of file diff --git a/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wixproj b/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wixproj index bd22c3c6..9718ff2d 100644 --- a/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wixproj +++ b/src/TestData/MsiTransaction/BundleBv1/BundleBv1.wixproj @@ -8,7 +8,7 @@ - - + + \ No newline at end of file diff --git a/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wixproj b/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wixproj index a3693dd2..ef62c033 100644 --- a/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wixproj +++ b/src/TestData/MsiTransaction/BundleBv2/BundleBv2.wixproj @@ -2,6 +2,7 @@ Bundle + 1151 2.0.0.0 @@ -11,7 +12,7 @@ - - + + \ No newline at end of file diff --git a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj index 65aab644..18713d5a 100644 --- a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj +++ b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj @@ -12,6 +12,6 @@ - + \ No newline at end of file diff --git a/src/Utilities/TestBA/TestBA.csproj b/src/Utilities/TestBA/TestBA.csproj index e03a4b06..f23235b9 100644 --- a/src/Utilities/TestBA/TestBA.csproj +++ b/src/Utilities/TestBA/TestBA.csproj @@ -15,7 +15,7 @@ - + -- cgit v1.2.3-55-g6feb