.net runner type devenv build log

hello, 

Using devenv option in .net runner type, is there a way to display build log by compiled project the same way as the option msbuild. 

here is how it looks with devenv, as you see all projects are flatten (exact same way as the output in visual studio). though in visual studio there is an error list that show relevant error/warning list easy to read.

 

here is  the build log using msbuild, as you can see  the output is grouped by project, i can see if the project fails, gets warning or succeeds :

0
2 comments
Sebastian, hello!

I'm sorry for not getting back to you sooner.

To implement such functionality as folding or highlighting in the build log, TeamCity must be deeply integrated into the Visual Studio process by adding a logger to the process. Unfortunately, it is not possible to add it through the `devenv.exe` command line interface.
1

ok I understand, thanks for the reply

0

Please sign in to leave a comment.