msbuild ci tag

This commit is contained in:
Paul Schneider
2021-08-15 14:02:29 +01:00
parent b17ee8be75
commit 0ec9889e96

View File

@ -3,6 +3,8 @@
# Note that environment variables can be set in several places # Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables # See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
image: busybox:latest image: busybox:latest
tags:
- msbuild
before_script: before_script:
- dotnet restore - dotnet restore
- dotnet nuget remove source gitlab || true - dotnet nuget remove source gitlab || true