475 B
475 B
choco push
Push a compiled NuGet package (
.nupkg) to a package feed. More information: https://docs.chocolatey.org/en-us/create/commands/push/.
- Push a compiled
.nupkgto the specified feed:
choco push {{[-s|--source]}} {{https://push.chocolatey.org/}}
- Push a compiled
.nupkgto the specified feed with a timeout in seconds (default is 2700):
choco push {{[-s|--source]}} {{https://push.chocolatey.org/}} {{[--timeout|--execution-timeout]}} {{500}}