Is it possible to get the source assembly log from the TeamCity assembly? I wrote a special test runner that starts as a step in building the command line and returns the test results by printing the lines ##teamcity...
on stdout. The build log from TeamCity seems to remove them when it recognizes them. I would like the initial output to help debug my test runner.
Update: Apparently, this is simply not possible. neverov (I assume that Dimitry Neverov from JetBrains?) explained this and gave a workaround, so I accepted his answer.
source share