@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