choco-push: add page (#11438)

This commit is contained in:
Sebastiaan Speck
2023-11-10 14:42:48 +01:00
committed by GitHub
parent 47b71cbb5a
commit d9b5c75330

View File

@@ -0,0 +1,12 @@
# 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 `nupkg` to the specified feed:
`choco push --source {{https://push.chocolatey.org/}}`
- Push a compiled `nupkg` to the specified feed with a timeout in seconds (default is 2700):
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`