Get MSBuild to output a file to the log?

Posted by Roger Lipscombe on Stack Overflow See other posts from Stack Overflow or by Roger Lipscombe
Published on 2010-05-05T12:23:03Z Indexed on 2010/05/05 12:28 UTC
Read the original article Hit count: 225

Filed under:

I've got a program that outputs to a file. I'm running it from an MSBuild project. I'd like this output to be written to StdOut, so that it can be picked up by our build agent (TeamCity).

How do I get MSBuild to dump the content of a file to the output?

© Stack Overflow or respective owner

Related posts about msbuild