
11/13/2020 · Lee Tickett
What this post added
The post details the author's experience setting up GitLab CI for a .NET project, including the challenges faced with Windows runners and the eventual adoption of Docker images for build and test stages. It provides a sample `.gitlab-ci.yml` for .NET builds and tests, including configurations for OpenCover, NUnit, and Chrome headless for UI tests. The author also mentions contributing to the GitLab Triage project to automate workflows.