perfview icon indicating copy to clipboard operation
perfview copied to clipboard

Use github workflow to submit Perfview to Winget repository

Open MagicAndre1981 opened this issue 2 years ago • 3 comments

It would be nice to automatically update the Perfview package on winget to latest version when you do a release here. Powertoys do this via github workflow file.

Having something similar for Perfview whould be great.

MagicAndre1981 avatar Apr 14 '23 12:04 MagicAndre1981

Any update? Here is a GitHub Action to do the steps on each release:

https://github.com/vedantmgoyal9/winget-releaser

MagicAndre1981 avatar Feb 21 '25 22:02 MagicAndre1981

@MagicAndre1981 thanks for pinging this. From a quick search, it looks like we would need to add a manifest to the PerfView repo, and then we'd want to upload the manifest on each release of PerfView to point at the GitHub release.

Would you be up for doing some investigation on what it takes to do all of this and possibly PR-ing the manifest?

I think we'd need to trigger the upload from our internal release system, so that's something that I'd have to do.

brianrob avatar Feb 24 '25 23:02 brianrob

the manifests are already present in winget but done by normal users for each release

MagicAndre1981 avatar Feb 25 '25 06:02 MagicAndre1981