Can I publish a private NuGet package?

前端 未结 4 1975
误落风尘
误落风尘 2020-12-12 13:04

I have an assembly that I have made which is very specific to my team at my company. I want to be able to use NuGet to make this assembly avaiable to other projects that my

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 13:32

    Yes! You can host your own NuGet server!

    The easiest way is creating a shared folder on your server and referencing that as your Nuget Server.

    You can find more information about how to do that at: Hosting Your Own NuGet Feeds

提交回复
热议问题