No statistics in TeamCity

Hi!

I've installed dotTrace (v. 2019.3.2) to TeamCity (2019.2 (build 71499)). Then created build step with .NET CLI runner and test command where I enabled dottrace. When I run build, it creates snapshots, but they do not include information about my code and same situation with statistics - I just do not get it after build. Parameters section doesn't have any profiling related information

0
2 comments

Hi,

It looks like snapshots are taken from the wrong process(es). Please try to add ConsoleProfiler.exe to the "Processes' filters:" field, as well as MSTest.exe, VSTest.exe or something else if it is required to filter processes that must be excluded from profiling.

0

If it doesn't help, please submit a request ("Submit a request" button in the upper right corner) and we'll try to figure out with this.

0

Please sign in to leave a comment.