I've found several helpful documents on this topic but I can't seem to make head nor tail of them. Can someone explain to me like I'm five how I can publish to a private nuget repository from the command line? Specifically, how do I authenticate to my artifactory nuget repository? The command I'm using is
nuget push Mypkg1.0.0.nupkg -Source http://artifactory/artifactory/api/nuget/MypgkRepo
I have zero experience with nuget but am working on making it part of our build process in order to build only what changed and fetch the rest from the repo. Thanks!