Tomas Kubes
Tomas Kubes

Reputation: 25098

How to update Nuget Package Manager Without Visual Studio installed?

There is a build server without Visual Studio, there are only build tools (MSBuild.exe, Nuget Manager,...). The Nuget Packet Manager need to upgraded to new version, but I cannot find any installer or way how to upgrade it without Visual Studio Gallery.

How shoudl I upgrade the Nuget Manager on build server?

Upvotes: 3

Views: 7364

Answers (1)

Dima Pasko
Dima Pasko

Reputation: 1170

The latest version of the nuget.exe command-line tool is always available from http://nuget.org/nuget.exe.

More details

Upvotes: 3

Related Questions