From bee6ff1a45c56d4da71f8742a7cf429413c5b1e0 Mon Sep 17 00:00:00 2001 From: James Groom Date: Tue, 13 Feb 2024 06:43:05 +1000 Subject: [PATCH] Bump .NET SDK images used by GitLab CI fixes 131bc65e8 --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 896104fb4c..dfbd4767a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build_asms_debug: name: "$CI_HAWK_TMPARTIFACT_NAME" paths: - output - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 script: - Dist/BuildDebug.sh -v normal stage: build @@ -36,7 +36,7 @@ build_asms_release: name: "$CI_HAWK_TMPARTIFACT_NAME" paths: - output - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 script: - if [ "$CI_COMMIT_REF_SLUG" == "release" ]; then Dist/UpdateVersionInfoForRelease.sh; fi - Dist/BuildRelease.sh -v normal @@ -44,7 +44,7 @@ build_asms_release: build_ext_projs: allow_failure: true - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: always @@ -54,7 +54,7 @@ build_ext_projs: build_ext_tools: allow_failure: true - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 needs: - build_asms_release rules: @@ -87,7 +87,7 @@ build_nix_prev_release: stage: test check_style: - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 needs: - job: build_asms_release artifacts: false @@ -192,7 +192,7 @@ run_tests: reports: junit: - test_output/*.coverage.xml - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 needs: - job: build_asms_release artifacts: false