Is there any logger for devenv? I have a devenv task in the cruiseControl.net but it doesn't give me any logs. I cannot even see the reason for build failure. I used to use logger in msbuild to view the log.

<msbuild>
......
<logger>C:\Program Files (x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll</logger>
</msbuild>

Is there anything similar for devenv build tasks? Appreciate if somebody can point an example.

Thanks!

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top