Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-13-2014, 08:21 PM
diamxus diamxus is online now
Registered User
 
Join Date: 11-05-2004
Posts: 1
Use NuGet & VS solution

Just in case, someone needs another simple approach, I resolved this issue by doing the following:
• Download nuget.exe from https://nuget.codeplex.com/releases
• Place it somewhere you can reference it, for example, %PROJDIR%
• Create a NuGet step such as the one below:
<step action='NuGet'>
<Command>restore</Command>
<Exe>%PROJDIR%\nuget.exe</Exe>
<PackageId>c:\sourcecode\solutionroot\VS2013Soluti onFileName.sln</PackageId>
<buildfailsteps type='11'>0</buildfailsteps>
<indent type='3'>1</indent>
<name>NuGet</name>
</step>
Reply With Quote
  #2  
Old 12-06-2016, 07:37 AM
dhollman dhollman is online now
Registered User
 
Join Date: 09-26-2013
Posts: 9
Update on prior message - the correct path to install Nuget is now:

https://dist.nuget.org/index.html
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 11:26 PM.


Copyright © 1999-2023 Kinook Software, Inc.