Add GitLab CI Take 2

This commit is contained in:
joachimschmidt557 2019-02-21 21:01:50 +01:00
parent eb66221d65
commit 4e3de9046d

5
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,5 @@
image: microsoft/dotnet:latest
build:
script: dotnet build
script: dotnet run