Do you create a private repository for reusable internal code?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

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.

Image

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

Image

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

acknowledgements
related rules