From 6288c264d419c4ec9b24883c1307d57544dd8e8e Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Mon, 4 Sep 2023 21:26:35 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31c31f4..b6fe3de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ stages: - - build + - build build: - image: mcr.microsoft.com/dotnet/sdk:7.0.400-jammy-amd64 - stage: build - only: - - master - 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 + image: mcr.microsoft.com/dotnet/sdk:7.0.400-jammy-amd64 + stage: build + only: + - master + 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