FluentResults icon indicating copy to clipboard operation
FluentResults copied to clipboard

Idea: Refactoring CI/Release Pipelines

Open altmann opened this issue 3 years ago • 2 comments

altmann avatar Nov 06 '22 20:11 altmann

@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

Albert-the-jit avatar Feb 02 '23 18:02 Albert-the-jit

@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.

altmann avatar Feb 04 '23 17:02 altmann