aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-24 18:47:38 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 21:08:31 +1000
commitdea3a630b6ae10663dd6f7d855541f7f631a2b55 (patch)
tree47664cb2e475a4f4128b97f49463a28ee7d5c26e /appveyor.cmd
parente4f1a4310f09e3777d035f35f4b4ca69d69f5083 (diff)
downloadwix-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.cmd4
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
7msbuild -p:Configuration=%_C% -t:Restore || exit /b 7msbuild -p:Configuration=%_C% -t:Restore || exit /b
8 8
9msbuild -p:Configuration=%_C% || exit /b 9msbuild -p:Configuration=%_C% || exit /b
10dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b
10 11
11msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b 12msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b
12msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b 13msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b
13 14
14msbuild -p:Configuration=%_C% src\test\WixToolsetTest.Bal\WixToolsetTest.Bal.csproj || exit /b
15dotnet 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