Frage

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!

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top