aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-11-15 14:17:27 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-11-17 19:06:00 -0600
commitd6aceb1277606fe1f1688d40ee0895d0b89c6705 (patch)
treed4b9949346a6353ca49da0b4074ec355ab293380 /appveyor.cmd
parent6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b (diff)
downloadwix-d6aceb1277606fe1f1688d40ee0895d0b89c6705.tar.gz
wix-d6aceb1277606fe1f1688d40ee0895d0b89c6705.tar.bz2
wix-d6aceb1277606fe1f1688d40ee0895d0b89c6705.zip
Run unit tests in the build script.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 48033840..82602274 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -3,6 +3,8 @@
3 3
4nuget restore || exit /b 4nuget restore || exit /b
5 5
6msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b
7
6msbuild -p:Configuration=Release;Platform=x86 || exit /b 8msbuild -p:Configuration=Release;Platform=x86 || exit /b
7 9
8msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b 10msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b