aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-11-15 12:38:41 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-11-15 12:42:12 -0600
commitd5925b2bd8e71933cb88a0d17298088260b5b7db (patch)
tree9a5f656225b72252574727dc646e3f63bddd8ddd /appveyor.cmd
parentc6a94a7f3556c8dc998630aa65b4e812c7898ad1 (diff)
downloadwix-d5925b2bd8e71933cb88a0d17298088260b5b7db.tar.gz
wix-d5925b2bd8e71933cb88a0d17298088260b5b7db.tar.bz2
wix-d5925b2bd8e71933cb88a0d17298088260b5b7db.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 54199392..9b6bc112 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\DUtilUnitTest || exit /b
7
6msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 || exit /b 8msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 || exit /b
7msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b 9msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b
8 10