Update .gitlab-ci.yml file
This commit is contained in:
parent
721b82b327
commit
2e81f3709d
|
@ -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
|
Loading…
Reference in New Issue