diff options
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 |