diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-18 16:48:54 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-18 16:50:49 +1000 |
commit | 655a166adbd56ea7036b2001258ede77f58baee0 (patch) | |
tree | a8815533c850f8f8f04fee40c7a9e7ef18592dc7 /appveyor.cmd | |
parent | 6d763d9c86405644cc72530ad64978efd6ba5828 (diff) | |
download | wix-655a166adbd56ea7036b2001258ede77f58baee0.tar.gz wix-655a166adbd56ea7036b2001258ede77f58baee0.tar.bz2 wix-655a166adbd56ea7036b2001258ede77f58baee0.zip |
Move Burn headers from BootstrapperCore repo.
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 cc3f798a..48033840 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -6,6 +6,7 @@ nuget restore || exit /b | |||
6 | msbuild -p:Configuration=Release;Platform=x86 || exit /b | 6 | msbuild -p:Configuration=Release;Platform=x86 || exit /b |
7 | 7 | ||
8 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b | 8 | msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b |
9 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b | ||
9 | 10 | ||
10 | @popd | 11 | @popd |
11 | @endlocal \ No newline at end of file | 12 | @endlocal \ No newline at end of file |