Archived Support Site

This support site is archived. You can view the old support discussions but you cannot post new discussions.

Specifiying libraries to copy to build directory

ryudice's Avatar

ryudice

03 Jan, 2011 05:39 AM

Some of the libraries referenced on my project depend on other assemblies which get copied to the bin directory when I compile using visual studio, is there anyway to copy this libraries to the build directory in the server, like putting them in a specific directory on the git repository?

  1. Support Staff 1 Posted by tt on 03 Jan, 2011 07:42 AM

    tt's Avatar

    You need to include the referenced assemblies as binary files within the repository. This is usually archived by adding a directory called "lib" or "Referenced assemblies" and committing the files.
    You also need to make sure that Visual Studio points to these assemblies and not versions outside the repository.

    I hope this helps.

  2. tt closed this discussion on 03 Jan, 2011 07:42 AM.

Discussions are closed to public comments.
If you need help with AppHarbor please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac