Skip to content

shiitake/have-some-chocolate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

have-some-chocolate

This is the stuff I always have to look-up whenever I update my pacakges. One day I might actually remember it! It's doubtful, but who knows.

Build the package

choco pack package.nuspec

Test the package you just built

choco install PackageName -dv -s .

Push the package

choco apikey --key <my api> --source https://push.chocolatey.org/
choco push package.nupkg --source https://push.chocolatey.org/

Links that are surprisingly difficult to find on the chocolatey website