diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-21 11:53:24 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:36:02 -0700 |
commit | b6c44ffcf2ef7a706598fe218523ec377e96cc47 (patch) | |
tree | 712bd2b337a197644c1ac88bef96ccf8d3b779d6 /appveyor.cmd | |
parent | 752f0e0576dc27e937c553ed9dce5576bd388e95 (diff) | |
download | wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.tar.gz wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.tar.bz2 wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.zip |
Migrate Burn API headers to balutil repository
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index b9cf1258..4f18fbee 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -10,7 +10,6 @@ msbuild -p:Configuration=Release;Platform=x64 || exit /b | |||
10 | msbuild -p:Configuration=Release;Platform=arm64 || exit /b | 10 | msbuild -p:Configuration=Release;Platform=arm64 || exit /b |
11 | 11 | ||
12 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b | 12 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b |
13 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b | ||
14 | 13 | ||
15 | @popd | 14 | @popd |
16 | @endlocal \ No newline at end of file | 15 | @endlocal \ No newline at end of file |