diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6fe3de..5b68386 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + script: + - cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release \ No newline at end of file