aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index dbe8e248..cc3f798a 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -1,11 +1,11 @@
1@setlocal 1@setlocal
2@pushd %~dp0 2@pushd %~dp0
3 3
4nuget restore 4nuget restore || exit /b
5 5
6msbuild -p:Configuration=Release;Platform=x86 6msbuild -p:Configuration=Release;Platform=x86 || exit /b
7 7
8msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj 8msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b
9 9
10@popd 10@popd
11@endlocal \ No newline at end of file 11@endlocal \ No newline at end of file