appharbor下无法构建notcommerce项目

发布于 2024-12-12 17:12:48 字数 137 浏览 0 评论 0原文

我使用 nopcommerce 创建商店。现在我想将它部署在appharbor上。但我有一个小问题:nopcommerce 没有 .sln 文件(其中有文件列表)并且 appharbor 无法构建项目。

谢谢。

I used nopcommerce to create a store. And now I want to deploy it on appharbor. But I have a small issue: nopcommerce hasn't .sln file (which have list of files) and appharbor can't build project.

Thank you.

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

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

发布评论

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

评论(1

多情癖 2024-12-19 17:12:48

如果您的存储库不包含解决方案文件,它将被视为 WebMatrix 项目并直接部署。这对于 Orchard CMS 来说效果很好,例如 - 请参阅此指南了解更多详细信息。有关AppHarbor 解决方案文件约定的更多信息,请参见此处。

不过,您可以在 AppHarbor 上构建 nopCommerce 的源代码分发版(包括解决方案文件)。这是一个 经过必要修改的 Git 补丁

(免责声明,我是 AppHarbor 的联合创始人)

If your repository contains no solution files, it will be treated as a WebMatrix project and deployed straight up. This works fine for Orchard CMS, for example -- see this guide for more details. There's more on the AppHarbor solution file convention here.

You can make the source distribution (which includes a solution file) of nopCommerce build on AppHarbor though. Here's a Git patch with the necessary modifications.

(disclaimer, I'm co-founder of AppHarbor)

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