I have a very complex set of MSBuild projects. Often, one .proj will invoke the <MSBuild> task to build another project file.
When reading the console log, it's hard to see which invocation of MSBuild I'm looking at.
Is there a way to make the log either:
- Indent the output from sub-invocations of MSBuild, or
- Put each MSBuild log in t oa new file
Preferably without spending a lot of time writing a new logger.