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