CruiseControl.NET Silverlight 单元测试与桌面 Windows Server 2008 交互

发布于 2024-08-24 20:16:45 字数 218 浏览 4 评论 0原文

目前,我们有 CCService 作为域帐户运行,因为构建脚本部署到网络位置。然而,这会导致任何测试视图的单元测试失败。由于不允许与桌面交互。

我可以将 CCService 更改为作为本地系统运行,但是我失去了网络连接。

我还尝试过设置 /interactive cmd.exe,但这在 Windows Server 2008 中已被弃用。

对此有什么想法吗? 谢谢 杰里米

Currently we have CCService running as a Domain account because the build scripts deploy to a network location. However this causes any unit tests that test the view to fail. Due to not being allowed to interact with desktop.

I can change the CCService to run as local system which works however i loose network connectivity.

I also have tried setting up a /interactive cmd.exe but this has been deprecated in Windows Server 2008.

Any Ideas on this one?
Thanks
Jeremy

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

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

发布评论

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

评论(1

下壹個目標 2024-08-31 20:16:45

是否可以创建一个专门用于 CruiseControl 的新用户帐户,并为其提供实现目标所需的读取权限,同时又不影响安全措施?

What about making a new user account specifically for use with CruiseControl and giving it the read permissions necessary to achieve the goal, without compromising security measures?

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