diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index d3acaadb..e270866d 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -10,5 +10,8 @@ msbuild -p:Configuration=Release | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj | 10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj |
11 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj | 11 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj |
12 | 12 | ||
13 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Bal\WixToolsetTest.Bal.csproj | ||
14 | dotnet test -c Release --no-build src\test\WixToolsetTest.Bal | ||
15 | |||
13 | @popd | 16 | @popd |
14 | @endlocal \ No newline at end of file | 17 | @endlocal \ No newline at end of file |