Bump .NET SDK images used by GitLab CI

fixes 131bc65e8
This commit is contained in:
James Groom 2024-02-13 06:43:05 +10:00 committed by GitHub
parent 131bc65e8f
commit bee6ff1a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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