Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 200 Bytes

nuget.md

File metadata and controls

6 lines (5 loc) · 200 Bytes

Publishing package to nuget.org

  • cinst NuGet.CommandLine
  • nuget pack YourPackage.nuspec
  • nuget setApiKey <key>
  • nuget push YourPackage.nupkg -Source https://www.nuget.org/api/v2/package