altmann / FluentResults

A generalised Result object implementation for .NET/C#
MIT License
2k stars 112 forks source link

Idea: Refactoring CI/Release Pipelines #162

Open altmann opened 1 year ago

Azaferany commented 1 year ago

@altmann this issues still up for grab? i be glad to add some github actions that build and run tests on win,linux,mac on pull requests and commit on main branch action that run dotnet format base on .editorconfig

and if needed : release (github release + changelog) and versioning automation base on commit messages using semantic-release

i did something similar in https://github.com/Azaferany/dotnet-quickstart-template

altmann commented 1 year ago

@Azaferany Thank you for your question. Currently I have the ci pipelines for this lib at azure devops and not at github. My current plan is to keep my setup as is because I have no big problems with it.

If I have pain with azure devops and I think about moving the ci pipelines to github actions I will let you know.