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

nuget restore || exit /b

msbuild -p:Configuration=Release;Platform=x86 || exit /b

msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b

@popd
@endlocal