Kinook Software Forum

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

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #3  
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
 


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 01:26 AM.


Copyright © 1999-2023 Kinook Software, Inc.