diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 295607cb..95b09f81 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -7,12 +7,10 @@ nuget restore || exit /b | |||
7 | msbuild -p:Configuration=%_C% -t:Restore || exit /b | 7 | msbuild -p:Configuration=%_C% -t:Restore || exit /b |
8 | 8 | ||
9 | msbuild -p:Configuration=%_C% || exit /b | 9 | msbuild -p:Configuration=%_C% || exit /b |
10 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b | ||
10 | 11 | ||
11 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b | 12 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b |
12 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b | 13 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b |
13 | 14 | ||
14 | msbuild -p:Configuration=%_C% src\test\WixToolsetTest.Bal\WixToolsetTest.Bal.csproj || exit /b | ||
15 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b | ||
16 | |||
17 | @popd | 15 | @popd |
18 | @endlocal \ No newline at end of file | 16 | @endlocal \ No newline at end of file |