0

I am attempting to setup a deployment on appharbor for code hosted on bitbucket. I have a number of projects that make use of a library project that I have, so I use subrepos to keep my code manageable. This prevents appharbor from deploying because the subrepos aren't included in the download.

This post led me to why this problem occurs:

AppHarbor, BitBucket and SubRepo Work Around

What I'm struggling with is how to implement the workaround that they stated. Is this cron job/zip file something that I'm going to have to host myself or is it possible to do with just bitbucket and appharbor's post build events? Thanks for any help that can point me in the right direction.

4

1 に答える 1

0

複雑な回避策の代わりに、ライブラリの依存関係をプライベートフィードからNuGetパッケージとして追加することを検討することをお勧めします。ここでホストできます:http ://www.myget.org

于 2013-02-20T01:39:07.347 に答える