Summary
Enable the Chocolatey package auto-update job in the release workflow so that apm is installable via choco install apm on Windows.
Current State
The release workflow already contains a fully scaffolded update-chocolatey job:
- File:
.github/workflows/build-release.yml
- Job definition: starts at line 692
- Disabled guard to remove: line 700 —
if: false && github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
- Target repo:
microsoft/chocolatey-apm (needs to be created)
The job dispatches a repository_dispatch event to the Chocolatey package repo with the version and download URL.
Tasks
Related
Summary
Enable the Chocolatey package auto-update job in the release workflow so that
apmis installable viachoco install apmon Windows.Current State
The release workflow already contains a fully scaffolded
update-chocolateyjob:.github/workflows/build-release.ymlif: false && github.ref_type == 'tag' && startsWith(github.ref_name, 'v')microsoft/chocolatey-apm(needs to be created)The job dispatches a
repository_dispatchevent to the Chocolatey package repo with the version and download URL.Tasks
microsoft/chocolatey-apmChocolatey package repository with the nuspec and install scriptfalse &&guard from line 700 inbuild-release.ymlchoco install apmworksRelated