Installing nuget dependency
Hi,
I'm trying to use Appveyor to test a Python project. This project
depends on LevelDB, so I would like to install it using nuget (cf
https://www.nuget.org/packages/LevelDB/).
I don't really understand how I can do that, adding nuget
install LevelDB
to the install
section of my
appveyor.yml
file only seems to be pulling the
sources.
I'm sure there is something I don't get regarding nuget, could
someone help me on that ?
Comments are currently closed for this discussion. You can start a new one.
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 Feodor Fitsner on 16 Jan, 2015 03:38 AM
Seems like you should build it your own or there is .NET lib with embedded dlls: http://leveldb.angeloflogic.com/downloads/
2 Posted by Yannick on 16 Jan, 2015 12:59 PM
Actually their download section is empty, so I cannot get pre-compiled binaries.
Do you have any guidelines to compile a project within AppVeyor ? The only solutions I find use Visual Studio GUI. I'm not very familiar with .NET environment, sorry.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.