Overly verbose output for Teamcity MSBuild Runner
I'm kicking off 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 script name, teamcity extension name, and target name.
This is cumbersome, as these messages literally fill up 3/4 of the screen when viewing build log output.
Is there any work around? (without reverting to using the plain command line runner).
I would like to remove this entire prefix.
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):] ..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):] ..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):] ...
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
[08:52:34]: [Project "SomeScriptName here.msbuild.teamcity.patch.tcprojx" (CleanBuildAll target(s)):]..
Please sign in to leave a comment.
Hello,
What version of TeamCity do you use?
Also please watch/vote for the feature request to have MSBuild logging settings.
Thanks,
Marina
Perhaps this issue is corrected in newer builds?
Vic,
Can you please test-run TeamCity 6.0 EAP build to see current log presentaiton and let us know if it suits your needs?