Blog Logo
TAGS

Continuous Integration with .NET Core and Gitlab

In this article, Jelle Verheyen explains how to set up a continuous integration pipeline with .NET Core and Gitlab. The article covers setting up the Gitlab CI, creating a .gitlab-ci.yml file, including stages, variables, and scripts in the file. It also shows how to get started with the Gitlab CI Pipeline and gives you a jumpstart. The article is a great resource for developers who are starting with CI/CD and want to learn how to set up a CI pipeline with .NET Core and Gitlab. The article also provides a Git repository link where you can find the starter branch for the project.