views:

14

answers:

0

I'm kicking of an msbuild script using the Teamcity msbuild runner.

Unfortunately, I'm finding that the build log output is too verbose, specifically each message is prepended with:

[08:52:34]: [Project "SomeScript.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]

(The script, teamcity extension, and task being run).

Is there any way to remove this message prefix?