Below is a sample of the things we would like to automate
If we can use GitHub Actions then great since it will be nicely self-contained within GitHub otherwise other free pipeline tools could work also as long as they integrate with GitHub PR for example Azure DevOps Pipelines?
Below is a sample of the things we would like to automate
Build the base projectsRun the linter? (maybe use StyleCopAnalyzers along with .editorconfig to define style rules?Build the complete source code including generated codeExecute the unit tests (for each target framework)Run Coverage tests?Publish results as comment to PRIf we can use GitHub Actions then great since it will be nicely self-contained within GitHub otherwise other free pipeline tools could work also as long as they integrate with GitHub PR for example Azure DevOps Pipelines?