How to add extra Nuget?
Hi, I am new here and think AppVeyor is a wonderful work.
But I have a question: once my project using a Nuget package that AppVeyor do not have, how can I install it?
I only know how to install Nuget in PM :(
By the way, the name of package is MahApps.Metro, http://www.nuget.org/packages/MahApps.Metro
Please help me, thank you.
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 12 Feb, 2015 05:43 PM
Use
nuget restore <solution>
command in "Before build script" section.2 Posted by mave on 13 Feb, 2015 04:41 AM
Thank you ;)
mave closed this discussion on 13 Feb, 2015 04:41 AM.