aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-18 22:02:10 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-18 22:08:12 +1000
commit04c8a362c9b001811ef5406716667eb73163aa10 (patch)
tree0aa6d37f8df5f63d02a1bbaad56e2eeb1802d3bd
parent1571b2e9a0dc0925e8d4bfacc19d7acd29068ff8 (diff)
downloadwix-04c8a362c9b001811ef5406716667eb73163aa10.tar.gz
wix-04c8a362c9b001811ef5406716667eb73163aa10.tar.bz2
wix-04c8a362c9b001811ef5406716667eb73163aa10.zip
Fail build on each command.
-rw-r--r--appveyor.cmd32
-rw-r--r--src/balutil/balutil.nuspec3
-rw-r--r--src/bextutil/bextutil.nuspec3
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 @@
2@pushd %~dp0 2@pushd %~dp0
3@set _C=Release 3@set _C=Release
4 4
5nuget restore 5nuget restore || exit /b
6 6
7msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v140 7msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v140 || exit /b
8msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 8msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 || exit /b
9 9
10msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 10msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 || exit /b
11msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 11msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 || exit /b
12msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v141 12msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v141 || exit /b
13msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 13msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 || exit /b
14 14
15msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 15msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 || exit /b
16msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 16msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 || exit /b
17msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 17msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 || exit /b
18msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 18msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 || exit /b
19 19
20@rem msbuild -t:VSTest -p:Configuration=%_C% src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj 20@rem msbuild -t:VSTest -p:Configuration=%_C% src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b
21 21
22msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj 22msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b
23msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj 23msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b
24msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj 24msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b
25msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj 25msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj || exit /b
26 26
27@popd 27@popd
28@endlocal \ No newline at end of file 28@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 @@
5 <version>$version$</version> 5 <version>$version$</version>
6 <authors>$authors$</authors> 6 <authors>$authors$</authors>
7 <owners>$authors$</owners> 7 <owners>$authors$</owners>
8 <!-- <license type="expression">MS-RL</license> --> 8 <license type="expression">MS-RL</license>
9 <licenseUrl>https://licenses.nuget.org/MS-RL</licenseUrl>
10 <projectUrl>https://github.com/wixtoolset/balutil</projectUrl> 9 <projectUrl>https://github.com/wixtoolset/balutil</projectUrl>
11 <requireLicenseAcceptance>false</requireLicenseAcceptance> 10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
12 <description>$description$</description> 11 <description>$description$</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 @@
5 <version>$version$</version> 5 <version>$version$</version>
6 <authors>$authors$</authors> 6 <authors>$authors$</authors>
7 <owners>$authors$</owners> 7 <owners>$authors$</owners>
8 <!-- <license type="expression">MS-RL</license> --> 8 <license type="expression">MS-RL</license>
9 <licenseUrl>https://licenses.nuget.org/MS-RL</licenseUrl>
10 <projectUrl>https://github.com/wixtoolset/balutil</projectUrl> 9 <projectUrl>https://github.com/wixtoolset/balutil</projectUrl>
11 <requireLicenseAcceptance>false</requireLicenseAcceptance> 10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
12 <description>$description$</description> 11 <description>$description$</description>