diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 18:47:38 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 21:08:31 +1000 |
commit | dea3a630b6ae10663dd6f7d855541f7f631a2b55 (patch) | |
tree | 47664cb2e475a4f4128b97f49463a28ee7d5c26e /appveyor.cmd | |
parent | e4f1a4310f09e3777d035f35f4b4ca69d69f5083 (diff) | |
download | wix-dea3a630b6ae10663dd6f7d855541f7f631a2b55.tar.gz wix-dea3a630b6ae10663dd6f7d855541f7f631a2b55.tar.bz2 wix-dea3a630b6ae10663dd6f7d855541f7f631a2b55.zip |
Update dependencies.
Run tests before packing and don't build twice.
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 |