From 0ec9889e96c613a3265859bb015a030952dc562f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 15 Aug 2021 14:02:29 +0100 Subject: [PATCH] msbuild ci tag --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9c6eef..4857e10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ # 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