Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
773 stars 100 forks source link

Winget installer? #172

Open Kurren123 opened 1 month ago

Kurren123 commented 1 month ago

If I were to make a winget installer, would you accept such a PR?

gbalykov commented 1 month ago

@Kurren123 What kind of changes are needed for winget?

Kurren123 commented 1 month ago

How are you currently doing releases? Can't seem to find a github workflows file. If it's a manual release then perhaps the first step for me would be to make an automated release. Then when that's working, amend the workflow to push to winget.

viewizard commented 1 month ago

Main dev repo located in internal samsung github, we use internal CI for build and test release binaries on all target devices. If all tests passed, public github repo sincronized with internal dev repo and binary file uploaded to release section.