Skip to content

Example of build and test stages for a dotnet core project using gitlab-ci and docker.

Notifications You must be signed in to change notification settings

forrestab/dotnet-gitlab-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example of build and test stages for a dotnet core project using gitlab-ci and docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages