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}}`