Update .gitlab-ci.yml file
This commit is contained in:
parent
4f24a475eb
commit
14b61b820b
|
@ -7,7 +7,7 @@ build:
|
|||
only:
|
||||
- master
|
||||
artifacts:
|
||||
path:
|
||||
paths:
|
||||
- publish/ArtifactTest
|
||||
script:
|
||||
- cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release
|
Loading…
Reference in New Issue