Add GitLab CI Take 2
This commit is contained in:
parent
eb66221d65
commit
4e3de9046d
1 changed files with 5 additions and 0 deletions
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
image: microsoft/dotnet:latest
|
||||||
|
|
||||||
|
build:
|
||||||
|
script: dotnet build
|
||||||
|
script: dotnet run
|
||||||
Loading…
Add table
Add a link
Reference in a new issue