From 3fa1241ea2e80d7df7753d622875876fa0a4ddca Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 18 Jun 2021 20:44:20 +0100 Subject: [PATCH] cleaning --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 542fa14..d17e473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,6 @@ image: busybox:latest before_script: - - echo "Before script section" - - echo "For example you might run an update here or install a build dependency" - - echo "Or perhaps you might print out some debugging details" - dotnet restore after_script: @@ -33,7 +30,7 @@ publish: - src/nuget-host/bin/Release/netcoreapp2.1/publish/ when: always script: - - dotnet publish --version-suffix ci --configuration Release --ignore-failed-sources + - dotnet publish --configuration Release deploy: stage: deploy