morphx666 / CoreAudio

Windows CoreAudio wrapper for .NET
https://whenimbored.xfx.net/2011/01/core-audio-for-net/
MIT License
95 stars 20 forks source link

Don't push a new NuGet package version for every commit #10

Closed morphx666 closed 1 year ago

morphx666 commented 3 years ago

@uxsoft, would it be possible to set up the dotnet.yml so that we don't push a new NuGet package every time there's a new commit? Maybe set it up so that it needs to be run manually or perhaps when there's a new release?

uxsoft commented 3 years ago

Sure, you can do either. In the case of manual, you can even create a release. In both cases, the Actions could populate the binaries in the release. Which one you'd prefer?

Triggers: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

Do you want to try yourself, or do you want me to raise a PR with the proposal?

morphx666 commented 3 years ago

Thanks for the information. I'll give it a go later today.