[mapguide-commits] r8318 - branches/2.6/MgDev/nuget

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Aug 1 21:42:05 PDT 2014


Author: jng
Date: 2014-08-01 21:42:05 -0700 (Fri, 01 Aug 2014)
New Revision: 8318

Added:
   branches/2.6/MgDev/nuget/push.bat
Log:
Add helper script to easily push nuget packages

Added: branches/2.6/MgDev/nuget/push.bat
===================================================================
--- branches/2.6/MgDev/nuget/push.bat	                        (rev 0)
+++ branches/2.6/MgDev/nuget/push.bat	2014-08-02 04:42:05 UTC (rev 8318)
@@ -0,0 +1,4 @@
+ at echo off
+SET API_KEY=%1
+NuGet.exe SetApiKey %API_KEY%
+for /f %%i in ('dir /b *.nupkg') do (NuGet.exe push %%i)
\ No newline at end of file



More information about the mapguide-commits mailing list