diff options
Diffstat (limited to 'templates/src/csharp/build_packages.bat.template')
-rw-r--r-- | templates/src/csharp/build_packages.bat.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/build_packages.bat.template b/templates/src/csharp/build_packages.bat.template index 3af66b3f3c..1fe91b738e 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 |