From d6aceb1277606fe1f1688d40ee0895d0b89c6705 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 15 Nov 2020 14:17:27 -0600 Subject: Run unit tests in the build script. --- appveyor.cmd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.cmd') diff --git a/appveyor.cmd b/appveyor.cmd index 48033840..82602274 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -3,6 +3,8 @@ nuget restore || exit /b +msbuild -t:Test -p:Configuration=Release src\test\BurnUnitTest || exit /b + msbuild -p:Configuration=Release;Platform=x86 || exit /b msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b -- cgit v1.2.3-55-g6feb