问题
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.
回答1:
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)
来源:https://stackoverflow.com/questions/7935525/cant-build-notcommerce-project-under-appharbor