Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
chore(#0000): Minor update to chocolatey documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Laing committed May 31, 2020
1 parent c441840 commit 387ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/packaging/Chocolatey.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ On a Windows computer with Powershell installed (these are the only requirements
1. This will determine the latest release number and calculate the checksum of the .zip file
1. These details will be inserted into the `.nuspec` and `chocolateyinstall.ps1` scripts
1. Execute `choco pack`
1. Execute `choco push datahelix-X.Y.Z.nupkg --source https://push.chocolatey.org/`
1. Execute `choco push datahelix.X.Y.Z.nupkg --source https://push.chocolatey.org/`
1. Discard the changes to the `.nuspec` and `chocolateyinstall.ps1` files

The package will be pushed to the community feed for chocolatey, it will be 'private' until all of the following validation/moderation steps are complete:
Expand Down

0 comments on commit 387ab31

Please sign in to comment.