[mapguide-commits] r8707 - branches/3.0/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 13 07:29:34 PDT 2015


Author: jng
Date: 2015-07-13 07:29:33 -0700 (Mon, 13 Jul 2015)
New Revision: 8707

Modified:
   branches/3.0/MgDev/nuget_prepare.bat
Log:
Set correct netfx version in signer call

Modified: branches/3.0/MgDev/nuget_prepare.bat
===================================================================
--- branches/3.0/MgDev/nuget_prepare.bat	2015-07-13 13:54:56 UTC (rev 8706)
+++ branches/3.0/MgDev/nuget_prepare.bat	2015-07-13 14:29:33 UTC (rev 8707)
@@ -101,7 +101,7 @@
 xcopy /S /Y "%DESKTOP_BASEDIR%\Dictionaries\*" "%NUGET_CONTENT_CSMAP%"
 echo [build]: Signing MapGuide API assemblies
 pushd "%NUGET_LIB_WEB%"
-SignMapGuideApi.exe
+SignMapGuideApi.exe /framework=4.0
 rd /S /Q Backup
 del maestroapi.key
 del SignMapGuideApi.exe



More information about the mapguide-commits mailing list