将商务服务器与持续集成服务器集成

发布于 2024-09-24 01:14:25 字数 287 浏览 0 评论 0原文

我们的主要应用程序使用 Commerce Server 2002,我们目前正在升级到 2009。我正在考虑为这两个应用程序设置 CC.net。我从 SVN 中提取并开始构建,但它会失败,因为未安装 Commerce Server,因此 DLL 不存在。

如果可以避免的话,我真的不想在 CI 服务器上完整安装 Commerce Server。有谁对设置 CI 服务器/存储库/项目有任何经验/建议,以便在不安装 CS 的情况下构建它。目前我们没有任何单元测试,因此该部分不是问题,它可以构建并能够执行 FXCop 等操作。

谢谢

Our main application uses Commerce Server 2002, we are currently in the process of upgrading to 2009. I am looking into setting up CC.net for both apps. I have it pulling from SVN and starting the build but it will fail because Commerce Server is not installed so the DLL's are not there.

I don't really want to do a full install of Commerce Server on the CI Server if I can avoid it. Does anyone have any experience / advice on setting up the CI Server / repo / project so that It would build without CS installed. currently we do not have any unit tests so that part is not an issue, its getting it to build and being able to do things like FXCop, etc.

Thanks

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

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

发布评论

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

评论(1

不美如何 2024-10-01 01:14:25

据我所知,将 Commerce Server 的核心 DLL 放在与源代码相同的结构下创建的“References”目录中是没有问题的。

到目前为止,我已经在许多项目中使用了这种方法,没有出现任何问题。

也许,您现在遇到的唯一问题(因为您没有使用这种方法)是您需要重构一下您的解决方案以放置引用。

问候,
亚历克斯

As far as I can see, there is no problem in put just the core DLLs of Commerce Server in a "References" directory created under the same structure of your source code.

I have been using this approach in many projects without problems so far.

Maybe, the only problem you'll have now (since you are not using this approach) is that you'll need to refactor a bit your solution to put the references.

Regards,
Alex

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