开发者

How to integrate WIX logs with CruiseControl.Net dashboard?

开发者 https://www.devze.com 2023-01-28 12:52 出处:网络
I have my CI build process successful creating a MSI using WIX by calling heat, candle and light.But when there is a problem I have to login to the build server and view the log files for the WIX util

I have my CI build process successful creating a MSI using WIX by calling heat, candle and light. But when there is a problem I have to login to the build server and view the log files for the WIX utilities. I'd like to be able to view those logs from the dashboard like I c开发者_StackOverflow社区an view the MSBUILD log.

Is there a way to integrate the logs produced by WIX into the CruiseControl.Net dashboard?

I using CruiseControl.Net (v1.5.7256.1) and WIX (v3.5.2312)


WiX has Votive which provides VS integration / MSBuild support. Is there a reason you are calling candle and light directly instead of using this? If you used this your WiX logs would be MSBuild logs just like the rest of your build.

0

精彩评论

暂无评论...
验证码 换一张
取 消