I'm trying to reduce the verbosity of the output produced by a NANT script since many hours.
I've tried to set the msbuild command link parameters to: /v:m /clp:ErrorsOnly
but I still get informations like:
RestorePackages:
[exec] Restoring NuGet packages...
I've also tried to set almost everything to verbose in the NANT script but it still get it in the console output
<delete verbose="true"
I've tried to google a lot but I couldn't manage to clear the log of NANT / MSBUILD.