Project Repo: https://github.com/codesenberg/bombardier
choco pack
choco install bombardier -d -s .
choco uninstall bombardier -d -s .
choco push bombardier.X.Y.Z.nupkg --source https://push.chocolatey.org/
-
Edit
tools/chocolateyinstall.ps1
$url
$url64
checksum
checksum64
-
Edit
bombardier.nuspec
- Update
<version>
- Update
<releaseNotes>
(reference from here)
- Update
-
Test install
Open Command Prompt with Administrative right
choco pack choco install bombardier -d -s . -y choco uninstall bombardier -d -s .
-
Publish to Chocolatey Gallery
choco push bombardier.X.Y.Z.nupkg --source https://push.chocolatey.org/
.\build.ps1
This will generate a publish.ps1
file to help publish to the Chocolatey Gallery.