diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-22 18:12:23 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-22 20:13:49 +1000 |
commit | 71802ec02bae5f882ca3cd894abc202d63da9440 (patch) | |
tree | d121608aefd7d7258a83ee072467ee205b26eb05 /appveyor.cmd | |
parent | ab7e604a7d7b53f288b81a603c0dce1fc5c8e048 (diff) | |
download | wix-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.cmd | 3 |
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 @@ | |||
5 | nuget restore || exit /b | 5 | nuget restore || exit /b |
6 | 6 | ||
7 | msbuild -p:Configuration=%_C% -Restore || exit /b | 7 | msbuild -p:Configuration=%_C% -Restore || exit /b |
8 | msbuild -p:Configuration=%_C% src\test\examples\examples.proj || exit /b | ||
9 | |||
8 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b | 10 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b |
11 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.ManagedHost || exit /b | ||
9 | 12 | ||
10 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b | 13 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b |
11 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b | 14 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b |