diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 14:17:27 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
commit | d6aceb1277606fe1f1688d40ee0895d0b89c6705 (patch) | |
tree | d4b9949346a6353ca49da0b4074ec355ab293380 /appveyor.cmd | |
parent | 6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b (diff) | |
download | wix-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.cmd | 2 |
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 | ||
4 | nuget restore || exit /b | 4 | nuget restore || exit /b |
5 | 5 | ||
6 | msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b | ||
7 | |||
6 | msbuild -p:Configuration=Release;Platform=x86 || exit /b | 8 | msbuild -p:Configuration=Release;Platform=x86 || exit /b |
7 | 9 | ||
8 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b | 10 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b |