Release pipeline
Is there interest in having a release pipeline that is able to push a version to nuget? If yes I could contribute a pipeline.
There is for example Nuget trusted publishing which allows GitHub pipelines to publish to nuget without expiring api keys.
For a release one could just create a release on GitHub and afterwards start the pipeline.
This adds some way to actually see when and how the nuget package was created.
That would be really great! @phmonte has done the latest releases. Note that the current pipeline fails also: #315
Thank you very much @badcel , there is currently a pipeline created in azure-devops, I just haven't enabled the automatic trigger yet, but feel free to open a PR using github actions.