[mapguide-commits] r10015 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Nov 11 05:48:01 PST 2022


Author: jng
Date: 2022-11-11 05:48:01 -0800 (Fri, 11 Nov 2022)
New Revision: 10015

Modified:
   trunk/MgDev/setenvironment64.bat
Log:
#2852: Replace nuget.config unconditionally in setenvironment64.bat

Modified: trunk/MgDev/setenvironment64.bat
===================================================================
--- trunk/MgDev/setenvironment64.bat	2022-11-11 13:30:09 UTC (rev 10014)
+++ trunk/MgDev/setenvironment64.bat	2022-11-11 13:48:01 UTC (rev 10015)
@@ -159,10 +159,8 @@
   echo swig.exe was found in: %SWIG_DIR% and will be referred to when building language bindings
 )
 
-if not exist nuget.config (
-  echo Using nuget.%PCONF%.config as default nuget.config
-  copy /Y nuget.%PCONF%.config nuget.config
-)
+echo Using nuget.%PCONF%.config as default nuget.config
+copy /Y nuget.%PCONF%.config nuget.config
 
 echo Type build.bat to build MapGuide
 



More information about the mapguide-commits mailing list