Can NuPack (NuGet) be installed on Visual Studio 2008?
Launch Visual Studio 2008 and go to Tools | External Tools.Make a new Tool with these values: Title: NuGet Install. Command (I'm assuming this is in the PATH): nuget.exe.
Visual Studio (csproj > Properties > Package > Tick "Generate NuGet Package on Build". Then Build the solution) dotnet CLI (in command prompt in project folder: dotnet build , then dotnet pack commands) NuGet CLI (in command prompt in project folder: dotnet build , then nuget pack command)
In visual studio, select Preferences from the menu bar. Select NuGet, and then select Sources. Select Add, and then enter your feed's name, the source URL, a userName (any string), and your personal access token. Select OK.
No...It supports only VS 2010
From NuPack FAQ
The NuPack Package Manager Console requires that PowerShell 2.0 be installed, thus NuPack requires one of the following operating systems:
* Windows Vista * Windows 7 * Windows Server 2008
NuPack also supports:
* Visual Studio 2010 * Visual Web Developer 2010 (this support is planned, but not yet implemented.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With