From 55b74a584a0ed5df8b1c37d4a53efe1c87c98805 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 15 Aug 2021 14:03:53 +0100 Subject: [PATCH] msbuild --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4857e10..42d8866 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,6 @@ # Note that environment variables can be set in several places # See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables image: busybox:latest -tags: - - msbuild before_script: - dotnet restore - dotnet nuget remove source gitlab || true @@ -30,6 +28,8 @@ publish: - dotnet publish --configuration Release deploy-to-gitlab: stage: deploy + tags: + - msbuild artifacts: paths: - src/*/bin/Release/*.nupkg