From a78e3feaf64b465ee63a677f96bda2f4c69c79a0 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 3 Dec 2021 07:53:24 +1000 Subject: [PATCH] Also bump .NET SDK in GitLab CI config fixes 5644911cc --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aad2d57a3f..e4a9be3409 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ build: name: "$CI_HAWK_TMPARTIFACT_NAME" paths: - output - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 script: - if [ "$CI_COMMIT_REF_SLUG" == "release" ]; then Dist/UpdateVersionInfoForRelease.sh; fi - Dist/BuildRelease.sh @@ -25,7 +25,7 @@ build: build_ext_tools: allow_failure: true - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 needs: - build rules: @@ -36,7 +36,7 @@ build_ext_tools: stage: test check_style: - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 needs: - job: build artifacts: false @@ -141,7 +141,7 @@ run_tests: reports: junit: - test_output/*.coverage.xml - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 needs: - job: build artifacts: false