Specifiying libraries to copy to build directory
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?
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
Support Staff 1 Posted by tt on 03 Jan, 2011 07:42 AM
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.
tt closed this discussion on 03 Jan, 2011 07:42 AM.