Skip to content

Instantly share code, notes, and snippets.

@kdion1024
Created January 23, 2020 16:49
Show Gist options
  • Save kdion1024/6c0981174170e8e9d05e14cb39b6588c to your computer and use it in GitHub Desktop.
Save kdion1024/6c0981174170e8e9d05e14cb39b6588c to your computer and use it in GitHub Desktop.
nuget push
nuget.exe setapikey %NugetApiKey% -Source "https://nuget.domain.com/nuget/"
nuget.exe push %package% -Source "https://nuget.domain.com/nuget/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment