[mapguide-commits] r8319 - in trunk/MgDev: . nuget

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Aug 1 21:51:35 PDT 2014


Author: jng
Date: 2014-08-01 21:51:35 -0700 (Fri, 01 Aug 2014)
New Revision: 8319

Added:
   trunk/MgDev/nuget/push.bat
Modified:
   trunk/MgDev/
Log:
Merged revision(s) 8318 from branches/2.6/MgDev:
Add helper script to easily push nuget packages
........



Property changes on: trunk/MgDev
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/2.6/MgDev:8276-8286,8288-8292,8297,8299,8301,8303,8314-8315
/sandbox/jng/convenience_apis:8263
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/v30:8212-8227
/sandbox/rfc94:5099-5163
   + /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/2.6/MgDev:8276-8286,8288-8292,8297,8299,8301,8303,8314-8315,8318
/sandbox/jng/convenience_apis:8263
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/v30:8212-8227
/sandbox/rfc94:5099-5163

Copied: trunk/MgDev/nuget/push.bat (from rev 8318, branches/2.6/MgDev/nuget/push.bat)
===================================================================
--- trunk/MgDev/nuget/push.bat	                        (rev 0)
+++ trunk/MgDev/nuget/push.bat	2014-08-02 04:51:35 UTC (rev 8319)
@@ -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