From 2e81f3709df37081541916753d5794eac6de125b Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Mon, 4 Sep 2023 21:47:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d51bf20..f17de14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - dotnet publish -o publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release \ No newline at end of file