Samsung / netcoredbg

NetCoreDbg is a managed code debugger with GDB/MI, VSCode DAP and CLI interfaces for CoreCLR.
MIT License
836 stars 103 forks source link

Winget installer? #172

Open Kurren123 opened 4 months ago

Kurren123 commented 4 months ago

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

gbalykov commented 4 months ago

@Kurren123 What kind of changes are needed for winget?

Kurren123 commented 4 months 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 4 months 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.