简体   繁体   English

devenv CruiseControl的记录器

[英]logger for devenv CruiseControl

Is there any logger for devenv? 是否有用于devenv的记录器? I have a devenv task in the cruiseControl.net but it doesn't give me any logs. 我在cruiseControl.net中有一个devenv任务,但没有任何记录。 I cannot even see the reason for build failure. 我什至看不到构建失败的原因。 I used to use logger in msbuild to view the log. 我曾经在msbuild中使用记录器来查看日志。

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

Is there anything similar for devenv build tasks? 是否有类似的devenv构建任务? Appreciate if somebody can point an example. 赞赏有人可以举一个例子。

Thanks! 谢谢!

包装devenv.com而不是.exe来获取日志到stdout:

<Exec Command="&quot;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\DEVENV.com&quot; $(BiztalkSLN) /build &quot;Debug|AnyCpu&quot;"/>

Here is all the devenv commands you are looking for. 这是您要查找的所有devenv命令。

http://msdn.microsoft.com/en-us/library/xee0c8y7(v=vs.80).aspx http://msdn.microsoft.com/zh-CN/library/xee0c8y7(v=vs.80).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM