Skip to content
Snippets Groups Projects
Commit 11cddc1f authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable

parents 1e602618 94786a84
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,10 @@ endlocal ...@@ -49,6 +49,10 @@ endlocal
@rem copy resulting nuget packages to artifacts directory @rem copy resulting nuget packages to artifacts directory
xcopy /Y /I *.nupkg ..\..\artifacts\ 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 goto :EOF
:error :error
......
...@@ -51,6 +51,10 @@ ...@@ -51,6 +51,10 @@
@rem copy resulting nuget packages to artifacts directory @rem copy resulting nuget packages to artifacts directory
xcopy /Y /I *.nupkg ..\..\artifacts${"\\"} 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 goto :EOF
:error :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment