Update .gitlab-ci.yml file

This commit is contained in:
Michael Nolan 2023-09-04 21:47:45 +00:00
parent 721b82b327
commit 2e81f3709d
1 changed files with 1 additions and 2 deletions

View File

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