This is a simple dotnet core project example of how to build and run tests using the GitLab CI. The solution is from these Microsoft docs. The solution is less important than the .gitlab-ci.yml
file, which is the focus of this repository.
Couple of things to take note of:
- When figuring this out, I only used GitLab.com, so this has not been tested on a local deployment (though I don't believe there should be a problem).
- I am also checking out GitLab.com's mirroring functionality, so the main repo is located here (I am leaving issues open on both repositories).
Credit where credit is due, base yaml file started with this blog post from dotnet thoughts.