diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-21 11:01:33 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:41:44 -0700 |
commit | 8eb98efd2175d9ece2e4639d43081667af9a4990 (patch) | |
tree | 6573fa8371f6917c1a6d476c6b8d6eea6526908d /appveyor.cmd | |
parent | d2f27517dffc02b7c50e386793c7ad89762c6b64 (diff) | |
download | wix-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.cmd | 1 |
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 | ||
21 | msbuild -t:PackNative -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b | 21 | msbuild -t:PackNative -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b |
22 | msbuild -t:PackNative -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b | 22 | msbuild -t:PackNative -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b |
23 | msbuild -t:PackNative -p:Configuration=%_C% src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b | ||
23 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b | 24 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b |
24 | 25 | ||
25 | @popd | 26 | @popd |