aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-22 18:12:23 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-22 20:13:49 +1000
commit71802ec02bae5f882ca3cd894abc202d63da9440 (patch)
treed121608aefd7d7258a83ee072467ee205b26eb05 /appveyor.cmd
parentab7e604a7d7b53f288b81a603c0dce1fc5c8e048 (diff)
downloadwix-71802ec02bae5f882ca3cd894abc202d63da9440.tar.gz
wix-71802ec02bae5f882ca3cd894abc202d63da9440.tar.bz2
wix-71802ec02bae5f882ca3cd894abc202d63da9440.zip
Fix ManagedHost tests by using Heat to harvest the BA payloads.
Also, build all example bundles in the new examples.proj instead of the tests to speed up the solution build.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd3
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 @@
5nuget restore || exit /b 5nuget restore || exit /b
6 6
7msbuild -p:Configuration=%_C% -Restore || exit /b 7msbuild -p:Configuration=%_C% -Restore || exit /b
8msbuild -p:Configuration=%_C% src\test\examples\examples.proj || exit /b
9
8dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b 10dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b
11dotnet test -c %_C% --no-build src\test\WixToolsetTest.ManagedHost || exit /b
9 12
10msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b 13msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b
11msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b 14msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b