From 5c250a7ca5a3f712131634af08fa5af4450a8570 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 15 Jul 2020 16:00:53 +1000 Subject: [PATCH] Change SDK ver for GitLab CI to match global.json (fixes #2231) see 5a1b5915b --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d025f610ff..a84ceda4d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: mcr.microsoft.com/dotnet/sdk:latest +image: mcr.microsoft.com/dotnet/core/sdk:3.1 stages: - build