The problem is that the fake writes a message to stderr, which breaks the build. The opinion there is that I can simply add "ignore error outputs" to the batch target. But when I use the batch target, I'll loose all msbuild outputs. What I want is all the build outputs, but ignore this single stderr output.
But setting this option is not documented, so I try to ignore the error outputs of the build the same way as the original Batchscript target of TFS.
The problem is that the fake writes a message to stderr, which breaks the build. The opinion there is that I can simply add "ignore error outputs" to the batch target. But when I use the batch target, I'll loose all msbuild outputs. What I want is all the build outputs, but ignore this single stderr output.
But setting this option is not documented, so I try to ignore the error outputs of the build the same way as the original Batchscript target of TFS.