Update .gitlab-ci.yml file

This commit is contained in:
Michael Nolan 2023-09-04 21:46:35 +00:00
parent 14b61b820b
commit 721b82b327
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ build:
paths: paths:
- publish/ArtifactTest - publish/ArtifactTest
script: script:
- ls
- cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release - cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release