aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
blob: dbe8e2484d0f39b5dc9f4c3769029c1be7c7dcd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
@setlocal
@pushd %~dp0

nuget restore

msbuild -p:Configuration=Release;Platform=x86

msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj

@popd
@endlocal