获取 CruiseControl 描述性错误

发布于 2024-10-31 11:33:27 字数 418 浏览 4 评论 0原文

我的 Cruisecontrol 运行两个 Nant 脚本,并使用 msbuild 进行构建。 Msbuild 失败但没有给出任何错误。有什么办法可以获取更多错误详细信息吗?以下是我配置发布者的方式。

<publishers>
            <email from="[email protected]" mailhost="stat-server" includeDetails="TRUE">
                <users>
....
</users>

My cruisecontrol runs two nant scripts and it builds by using msbuild. Msbuild is failing without giving any errors. Is there any way to get more error details? Below is how I have configured publishers.

<publishers>
            <email from="[email protected]" mailhost="stat-server" includeDetails="TRUE">
                <users>
....
</users>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陈年往事 2024-11-07 11:33:27

我可以通过 Web 应用程序“查看构建日志”链接查看 CruiseControl.net 构建日志。它提供了构建过程的所有细节。

I can view the CruiseControl.net Build log through the web application "View Build Log" link. It gives all the details of the build process.

眼泪都笑了 2024-11-07 11:33:27

我通常从构建服务器上的命令行开始运行构建脚本。

您还可以使用详细程度开关运行 MSBuild,这会增加调试信息量。这至少会让您知道问题出在哪里,也许您的巡航控制服务器没问题。

msbuild.exe <buildFile.msbuild> /v:d

I normally start of running the build scripts from the command line on your build server.

You can also run MSBuild with a verbosity switch, that increase the amount of debug information. That will at least give you a idea of where the problem lies, perhaps your cruise control server is fine.

msbuild.exe <buildFile.msbuild> /v:d
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文