[mapguide-commits] r6457 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jan 27 07:06:46 EST 2012


Author: jng
Date: 2012-01-27 04:06:46 -0800 (Fri, 27 Jan 2012)
New Revision: 6457

Modified:
   trunk/MgDev/setenvironment64.bat
Log:
Set default msbuild verbosity to normal. We'd like some progress chatter.

Modified: trunk/MgDev/setenvironment64.bat
===================================================================
--- trunk/MgDev/setenvironment64.bat	2012-01-27 07:22:51 UTC (rev 6456)
+++ trunk/MgDev/setenvironment64.bat	2012-01-27 12:06:46 UTC (rev 6457)
@@ -76,7 +76,7 @@
 
 rem Uncomment the line below to enable msbuild logging
 rem SET MSBUILD_LOG=/l:FileLogger,Microsoft.Build.Engine;logfile=Build.log;verbosity=diagnostic
-SET MSBUILD_VERBOSITY=/v:q
+SET MSBUILD_VERBOSITY=/v:n
 
 rem ==================================================
 rem Command aliases



More information about the mapguide-commits mailing list