Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 976 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 976 Bytes

Building and running tests with GitLab.com CI

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.