diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 12:38:41 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 12:42:12 -0600 |
commit | d5925b2bd8e71933cb88a0d17298088260b5b7db (patch) | |
tree | 9a5f656225b72252574727dc646e3f63bddd8ddd /appveyor.cmd | |
parent | c6a94a7f3556c8dc998630aa65b4e812c7898ad1 (diff) | |
download | wix-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.cmd | 2 |
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 | ||
4 | nuget restore || exit /b | 4 | nuget restore || exit /b |
5 | 5 | ||
6 | msbuild -t:Test -p:Configuration=Release src\test\DUtilUnitTest || exit /b | ||
7 | |||
6 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 || exit /b | 8 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 || exit /b |
7 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b | 9 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b |
8 | 10 | ||