From d9b5c753306c6be71ed4672d3391b9c72b0ad950 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:42:48 +0100 Subject: [PATCH] choco-push: add page (#11438) --- pages/windows/choco-push.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/windows/choco-push.md diff --git a/pages/windows/choco-push.md b/pages/windows/choco-push.md new file mode 100644 index 000000000..c37dc08d6 --- /dev/null +++ b/pages/windows/choco-push.md @@ -0,0 +1,12 @@ +# choco-push + +> Push a compiled NuGet package (`nupkg`) to a package feed. +> More information: . + +- 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}}`