I have created a nuget package and I want to share it with my team using Nuget Gallery.
I need to publish the nuget package privately. So I have managed to build the Nuget Gallery from Nuget Gallery build steps When I run the build, Google Chrome shows up with "localhost" website address showing Nuget Gallery.
1) How do I add the nuget package that I have created recently to the local Nuget Gallery? 2) How do I publish the Nuget Gallery and share with my team after I have managed to add nuget package in that gallery?
Thanks