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 a913e969..fe525614 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -5,7 +5,10 @@ | |||
5 | nuget restore || exit /b | 5 | nuget restore || exit /b |
6 | 6 | ||
7 | msbuild -p:Configuration=%_C% -Restore || exit /b | 7 | msbuild -p:Configuration=%_C% -Restore || exit /b |
8 | msbuild -p:Configuration=%_C% src\test\examples\examples.proj || exit /b | ||
9 | |||
8 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b | 10 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b |
11 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.ManagedHost || exit /b | ||
9 | 12 | ||
10 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b | 13 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b |
11 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b | 14 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b |