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