Also bump .NET SDK in GitLab CI config

fixes 5644911cc
This commit is contained in:
YoshiRulz 2021-12-03 07:53:24 +10:00
parent 5644911cc0
commit a78e3feaf6
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 4 additions and 4 deletions

View File

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