Buildalyzer icon indicating copy to clipboard operation
Buildalyzer copied to clipboard

Release pipeline

Open badcel opened this issue 1 month ago • 2 comments

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.

badcel avatar Nov 25 '25 15:11 badcel

That would be really great! @phmonte has done the latest releases. Note that the current pipeline fails also: #315

Corniel avatar Nov 25 '25 15:11 Corniel

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.

phmonte avatar Nov 25 '25 17:11 phmonte