Lorenzo
Lorenzo

Reputation: 29427

How to add a package to nuget/nupack?

How can I have a package added to the list of available package of nuget/nupack?

Upvotes: 1

Views: 1835

Answers (1)

Haacked
Haacked

Reputation: 59031

Follow the instructions here: http://nupackpackages.codeplex.com/

Basically, fork that project, then use use hg (Mercurial) version control to get the project source to your machine, add your package to the packages directory, commit your change, push it up to your fork, then send a pull request.

Upvotes: 2

Related Questions