I am using TFS Build to build my .net project. The TFS build produces an output file that lists all the errors and warnings that were generated. Is there a way (without implmenting a custom logger) to format the data that is output to this file (e.g. include full file path)?
Thanks.