appharbor下无法构建notcommerce项目
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的存储库不包含解决方案文件,它将被视为 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)