Update .gitlab-ci.yml file

This commit is contained in:
Michael Nolan 2023-09-04 21:24:06 +00:00
parent 56d19a9715
commit d361bae7ec
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
stages:
- build
build:
image: mcr.microsoft.com/dotnet/sdk:7.0.400-jammy-amd64
stage: build
only:
- master
artifacts:
path:
- publish/ArtifactTest
script:
- cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release