aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-21 11:01:33 -0700
committerRob Mensching <rob@firegiant.com>2021-04-29 16:41:44 -0700
commit8eb98efd2175d9ece2e4639d43081667af9a4990 (patch)
tree6573fa8371f6917c1a6d476c6b8d6eea6526908d /appveyor.cmd
parentd2f27517dffc02b7c50e386793c7ad89762c6b64 (diff)
downloadwix-8eb98efd2175d9ece2e4639d43081667af9a4990.tar.gz
wix-8eb98efd2175d9ece2e4639d43081667af9a4990.tar.bz2
wix-8eb98efd2175d9ece2e4639d43081667af9a4990.zip
Migrate Burn API headers from burn repository
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index d765e3ea..26f75243 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -20,6 +20,7 @@ dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.M
20 20
21msbuild -t:PackNative -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b 21msbuild -t:PackNative -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b
22msbuild -t:PackNative -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b 22msbuild -t:PackNative -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b
23msbuild -t:PackNative -p:Configuration=%_C% src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b
23msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b 24msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b
24 25
25@popd 26@popd