Skip to content

piotrek-szczygiel/clink-chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps for deploying chocolatey package

Execute following commands in elevated prompt.

  1. Build package
$ choco pack
  1. Test installation
$ choco install clink-maintained -dv -s .
  1. Push using your API Key
$ choco apikey --key <API_KEY> --source https://push.chocolatey.org/
$ choco push clink-maintained.x.x.x.nupkg --source https://push.chocolatey.org/

Packages

No packages published