.net runner type devenv build log Follow
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 :
Please sign in to leave a comment.