How do I deploy a Nuget package?
Note: If you are using a self-hosted Git, this assumes you have an.NET Runtime installed. Using Git or other version control, the final step after a successful build is to run “nuget deploy -ConfigFile Package.config”. Note that this will deploy the package to your local package server only. How convert DLL to Nuget? DLL to…