For statistic reasons I would like to direct the output of MSBUILD to a text file.
On command line level, this can be done using output redirection:
msbuild example.dproj > mymsbuild.log
Is there a way to do this in a MSBUILD stage in Continua CI? I tried with “Extra parameters” in the MSBUILD Action Options page, but this causes an error (“error MSB1008”)
Regards
Michael