Martin Andersen
Martin Andersen

Reputation: 2730

Nuget install without version number in path

Is there a way to add -ExcludeVersion as default behaviour for nuget in VS 2015.

Upvotes: 1

Views: 2217

Answers (1)

Weiwei
Weiwei

Reputation: 3766

The -ExcludeVersion option in NuGet command line used to excludes the version number from the installation folder, which is not a default action for nuget. This is why nuget will provide this option to let users exclude the version number manually.

There has another user has the same requirement, they have submit this requirement to NuGet, you could vote and add your comments in following link for this requirement.

http://nuget.codeplex.com/workitem/1522

Upvotes: 5

Related Questions