From f519a69685830fa948cfe60fb1f10451b8a35a07 Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Date: Fri, 29 Jan 2016 19:36:50 -0800
Subject: [PATCH] Actually fix sanity tests

---
 templates/src/csharp/build_packages.bat.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/src/csharp/build_packages.bat.template b/templates/src/csharp/build_packages.bat.template
index 1fe91b738e..847653bdcf 100644
--- a/templates/src/csharp/build_packages.bat.template
+++ b/templates/src/csharp/build_packages.bat.template
@@ -53,7 +53,7 @@
   
   @rem create a zipfile with the artifacts as well
   powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::CreateFromDirectory('..\..\artifacts', 'csharp_nugets.zip');"
-  xcopy /Y /I csharp_nugets.zip ..\..\artifacts{"\\"}
+  xcopy /Y /I csharp_nugets.zip ..\..\artifacts${"\\"}
   
   goto :EOF
   
-- 
GitLab