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