From 04c8a362c9b001811ef5406716667eb73163aa10 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 18 Jun 2020 22:02:10 +1000 Subject: Fail build on each command. --- appveyor.cmd | 32 ++++++++++++++++---------------- src/balutil/balutil.nuspec | 3 +-- src/bextutil/bextutil.nuspec | 3 +-- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/appveyor.cmd b/appveyor.cmd index bb617d8f..75799bc1 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -2,27 +2,27 @@ @pushd %~dp0 @set _C=Release -nuget restore +nuget restore || exit /b -msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v140 -msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 +msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v140 || exit /b +msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 || exit /b -msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 -msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 -msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v141 -msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 +msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 || exit /b +msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 || exit /b +msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v141 || exit /b +msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 || exit /b -msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 -msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 -msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 -msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 +msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 || exit /b +msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 || exit /b +msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 || exit /b +msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 || exit /b -@rem msbuild -t:VSTest -p:Configuration=%_C% src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj +@rem msbuild -t:VSTest -p:Configuration=%_C% src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b -msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj -msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj -msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj -msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj +msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b +msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b +msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b +msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj || exit /b @popd @endlocal \ No newline at end of file diff --git a/src/balutil/balutil.nuspec b/src/balutil/balutil.nuspec index b9d8d139..60c32bb1 100644 --- a/src/balutil/balutil.nuspec +++ b/src/balutil/balutil.nuspec @@ -5,8 +5,7 @@ $version$ $authors$ $authors$ - - https://licenses.nuget.org/MS-RL + MS-RL https://github.com/wixtoolset/balutil false $description$ diff --git a/src/bextutil/bextutil.nuspec b/src/bextutil/bextutil.nuspec index a1276b6f..e8a08075 100644 --- a/src/bextutil/bextutil.nuspec +++ b/src/bextutil/bextutil.nuspec @@ -5,8 +5,7 @@ $version$ $authors$ $authors$ - - https://licenses.nuget.org/MS-RL + MS-RL https://github.com/wixtoolset/balutil false $description$ -- cgit v1.2.3-55-g6feb