From 59e925704e878aa148c45fe1057f8a9b5f5bf272 Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Tue, 19 Jan 2016 15:49:30 -0800
Subject: [PATCH] fix artifact copying

---
 tools/run_tests/build_artifact_csharp.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab