Do you create a private repository for reusable internal code?

Last updated by TiagoAraujo over 9 years ago.See history

Nuget is great for managing publicly available packages, but it’s also surprisingly easy to create and publish your own packages to your own nuget server for internal code reuse across multiple solutions.

private nuget 1
Figure: You can create your own nuget server by simply creating a new asp.net web project and adding the Nuget.Server package

private nuget 2
Figure: Add your new server as a package source under Tools | Options | Nuget Package Manager | Package Sources

We open source. Powered by GitHub