aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd1
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
10msbuild -p:Configuration=Release;Platform=arm64 || exit /b 10msbuild -p:Configuration=Release;Platform=arm64 || exit /b
11 11
12msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b 12msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b
13msbuild -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