Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top