Do you create a private repository for reusable internal code?

Last updated by Brady Stroud [SSW] about 2 months 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

Brendan Richards
We open source. Powered by GitHub