Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 647 Bytes

chocolatey-packages

A place for storing Chocolatey packages managed by Chef!

Updating Packages

  • Install the Chocolatey cli
  • Ensure you have an account with Chocolatey and that account is an owner of the package you want to update
  • Edit the package. See this example.
  • Build the package: choco pack .\chefdk\chefdk.nuspec
  • Push the package to Chocolatey: choco push .\chefdk.2.5.3.nupkg

Once the package passes automated testing in Chocolatey's test infrastructure, the package will be available to the public.