mirror of https://github.com/grpc/grpc.git
parent
47b90cbd79
commit
9fd61c666a
3 changed files with 18 additions and 2 deletions
@ -0,0 +1,12 @@ |
||||
@rem Builds C# artifacts on Windows |
||||
|
||||
@call vsprojects\build_vs2013.bat %* || goto :error |
||||
|
||||
mkdir artifacts |
||||
copy /Y vsprojects\Release\grpc_csharp_ext.dll artifacts || goto :error |
||||
|
||||
goto :EOF |
||||
|
||||
:error |
||||
echo Failed! |
||||
exit /b %errorlevel% |
Loading…
Reference in new issue