New NuGet Restore
Hello everybody,
I am trying to use appveyor for my C++ project Anima Render
(https://bitbucket.org/mattiascibien/anima-render/overview)
and it uses a lot of C++ NuGet packages.
After trying to work with nuget package restore I found out that using MSbuild (the .nuget folder) leads to some problems and additional include directories are not added at all.
Using the package restore of Visual Sutdio (that doesn't require MSBuild nuget restore) acutally is capable of downloading packages and restore them without problems.
Is there any way this kind of restore (or even the command line one) be included in appveyor?
EDIT: more info http://docs.nuget.org/docs/reference/package-restore
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
1 Posted by Mattias Cibien on 25 Feb, 2014 10:04 AM
Just discovered that I can use command line in appveyor 2.0 beta. Really nice.
Support Staff 2 Posted by Feodor Fitsner on 25 Feb, 2014 05:47 PM
Exactly!
I'd just recommend adding
nuget restore
command to Install scripts box on project settings. See the last section: http://www.appveyor.com/docs2/nugetIlya Finkelshteyn closed this discussion on 25 Aug, 2018 01:38 AM.