aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-03 09:47:35 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-03 09:47:35 -0800
commit41a9e83360b937e1a4256ed2511c97f9fc9836ab (patch)
treed334f48ce27eb13f48f233fe49379352849bd232 /templates/src/csharp
parent673f65be1430c609a29a9310d71929f79184d97e (diff)
parent6b4ec07ec9028e6c4727a3f1b83a166087d44f11 (diff)
Merged from master
Diffstat (limited to 'templates/src/csharp')
-rw-r--r--templates/src/csharp/build_packages.bat.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/src/csharp/build_packages.bat.template b/templates/src/csharp/build_packages.bat.template
index bf831a9e3b..847653bdcf 100644
--- a/templates/src/csharp/build_packages.bat.template
+++ b/templates/src/csharp/build_packages.bat.template
@@ -51,6 +51,10 @@
@rem copy resulting nuget packages to artifacts directory
xcopy /Y /I *.nupkg ..\..\artifacts${"\\"}
+ @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${"\\"}
+
goto :EOF
:error