Summary
Enable the Scoop bucket auto-update job in the release workflow so that apm is installable via scoop install apm on Windows.
Current State
The release workflow already contains a fully scaffolded update-scoop job:
- File:
.github/workflows/build-release.yml
- Job definition: starts at line 653
- Disabled guard to remove: line 659 —
if: false && github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
- Target repo:
microsoft/scoop-apm (needs to be created)
The job dispatches a repository_dispatch event to the Scoop bucket repo with the version and download URL.
Tasks
Related
Summary
Enable the Scoop bucket auto-update job in the release workflow so that
apmis installable viascoop install apmon Windows.Current State
The release workflow already contains a fully scaffolded
update-scoopjob:.github/workflows/build-release.ymlif: false && github.ref_type == 'tag' && startsWith(github.ref_name, 'v')microsoft/scoop-apm(needs to be created)The job dispatches a
repository_dispatchevent to the Scoop bucket repo with the version and download URL.Tasks
microsoft/scoop-apmScoop bucket repository with the manifest templatefalse &&guard from line 659 inbuild-release.ymlscoop install apmworksRelated