Skip to content
Snippets Groups Projects
Commit 59e92570 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix artifact copying

parent 9fd61c66
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@call vsprojects\build_vs2013.bat %* || goto :error @call vsprojects\build_vs2013.bat %* || goto :error
mkdir artifacts mkdir artifacts
copy /Y vsprojects\Release\grpc_csharp_ext.dll artifacts || goto :error copy /Y vsprojects\Release\grpc_csharp_ext.dll artifacts || copy /Y vsprojects\x64\Release\grpc_csharp_ext.dll artifacts || goto :error
goto :EOF goto :EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment