logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Choco Push - Deploy NuGet Packages | Online Free DevTools by Hexmos

Deploy NuGet packages swiftly with Choco Push. Streamline your software distribution workflow by pushing packages to your feeds. Free online tool, no registration required.

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 {{[-s|--source]}} {{https://push.chocolatey.org/}}

  • Push a compiled nupkg to the specified feed with a timeout in seconds (default is 2700):

choco push {{[-s|--source]}} {{https://push.chocolatey.org/}} {{[--timeout|--execution-timeout]}} {{500}}

See Also