aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-19 15:49:30 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-19 15:49:30 -0800
commit59e925704e878aa148c45fe1057f8a9b5f5bf272 (patch)
treeacb4bc65d601d9d2b4ceb942b7c4d04e806f2bcd /tools/run_tests
parent9fd61c666a0487cd2d5656ff04b9ab9ba8ff37e8 (diff)
fix artifact copying
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/build_artifact_csharp.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_artifact_csharp.bat b/tools/run_tests/build_artifact_csharp.bat
index 49a8ada6ac..33dc8c25ae 100644
--- a/tools/run_tests/build_artifact_csharp.bat
+++ b/tools/run_tests/build_artifact_csharp.bat
@@ -3,7 +3,7 @@
@call vsprojects\build_vs2013.bat %* || goto :error
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