Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/grpc/tools/run_tests/build_artifact_csharp.bat

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 @rem Builds C# artifacts on Windows
2
3 @call vsprojects\build_vs2013.bat %* || goto :error
4
5 mkdir artifacts
6 copy /Y vsprojects\Release\grpc_csharp_ext.dll artifacts || copy /Y vsprojects\x 64\Release\grpc_csharp_ext.dll artifacts || goto :error
7
8 goto :EOF
9
10 :error
11 echo Failed!
12 exit /b %errorlevel%
OLDNEW
« no previous file with comments | « third_party/grpc/tools/run_tests/artifact_targets.py ('k') | third_party/grpc/tools/run_tests/build_artifact_csharp.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698