[mapguide-commits] r10035 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 20 08:32:40 PDT 2023


Author: jng
Date: 2023-03-20 08:32:40 -0700 (Mon, 20 Mar 2023)
New Revision: 10035

Modified:
   trunk/MgDev/build.bat
Log:
#2852: Fix MgPortable build end-to-end by doing a dotnet restore on the portable sln before building it

Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat	2023-03-20 14:51:04 UTC (rev 10034)
+++ trunk/MgDev/build.bat	2023-03-20 15:32:40 UTC (rev 10035)
@@ -241,6 +241,7 @@
 
 :build_portable
 echo [build]: Building mg-portable
+dotnet restore %MG_PORTABLE%\Portable.sln
 %MSBUILD% %MG_PORTABLE%\Portable.sln
 if not "%errorlevel%"=="0" goto error
 if "%TYPECOMPONENT%"=="oem" 	 goto quit



More information about the mapguide-commits mailing list