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