parent
5644911cc0
commit
a78e3feaf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue