5858 name : Setup .NET SDK
59596060 with :
61- dotnet-version : ' 7.0.102 '
61+ dotnet-version : ' 7.0.x '
6262 -
6363 name : ' [Prepare]'
6464 if : steps.cache-cake.outputs.cache-hit != 'true'
7575 path : ${{ github.workspace }}/dogfood
7676
7777 build :
78- name : Build code & Package
78+ name : Build & Package
7979 needs : [prepare]
8080 runs-on : ${{ matrix.os }}
8181 strategy :
@@ -113,7 +113,7 @@ jobs:
113113 name : Setup .NET SDK
114114115115 with :
116- dotnet-version : ' 7.0.102 '
116+ dotnet-version : ' 7.0.x '
117117 -
118118 name : ' [Build]'
119119 shell : pwsh
@@ -141,7 +141,7 @@ jobs:
141141 path : ${{ github.workspace }}/artifacts/packages/native/*.tar.gz
142142
143143 unit_test :
144- name : Unit Test code
144+ name : Test
145145 needs : [prepare]
146146 runs-on : ${{ matrix.os }}
147147 env :
@@ -182,7 +182,7 @@ jobs:
182182 name : Setup .NET SDK
183183184184 with :
185- dotnet-version : ' 7.0.102 '
185+ dotnet-version : ' 7.0.x '
186186 -
187187 name : ' [Unit Test]'
188188 shell : pwsh
@@ -196,7 +196,7 @@ jobs:
196196 if : always()
197197
198198 artifacts_windows_test :
199- name : Test artifacts on windows
199+ name : Artifacts
200200 needs : [build]
201201 runs-on : windows-latest
202202 strategy :
@@ -240,20 +240,20 @@ jobs:
240240 name : Setup .NET SDK
241241242242 with :
243- dotnet-version : ' 7.0.102 '
243+ dotnet-version : ' 7.0.x '
244244 -
245245 name : ' [Test Artifacts]'
246246 shell : pwsh
247247 run : dotnet run/artifacts.dll --target=Artifacts${{ matrix.package }}Test
248248
249249 artifacts_linux_test :
250- name : Test artifacts in docker
250+ name : Artifacts
251251 needs : [build]
252252 runs-on : ubuntu-latest
253253 strategy :
254254 matrix :
255255 targetFramework : [ '7.0', '6.0' ]
256- distro : [ alpine.3.13 , alpine.3.14, centos.7, centos.8, debian.10 , debian.11, fedora.33 , ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
256+ distro : [ alpine.3.15 , alpine.3.16, alpine.3.17, centos.7, centos.stream. 8, fedora.36 , debian.10, debian.11 , ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
257257 fail-fast : false
258258
259259 steps :
@@ -306,7 +306,7 @@ jobs:
306306 name : Setup .NET SDK
307307308308 with :
309- dotnet-version : ' 7.0.102 '
309+ dotnet-version : ' 7.0.x '
310310 -
311311 name : ' [Test Artifacts (amd64)]'
312312 shell : pwsh
@@ -317,13 +317,13 @@ jobs:
317317 run : dotnet run/artifacts.dll --target=ArtifactsTest --arch arm64 --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }}
318318
319319 docker_linux_images :
320- name : Build, Test and Publish Docker Images
320+ name : Docker Images
321321 needs : [build]
322322 runs-on : ubuntu-latest
323323 strategy :
324324 matrix :
325325 targetFramework : [ '7.0', '6.0' ]
326- distro : [ alpine.3.13 , alpine.3.14, centos.7, centos.8, debian.10 , debian.11, fedora.33 , ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
326+ distro : [ alpine.3.15 , alpine.3.16, alpine.3.17, centos.7, centos.stream. 8, fedora.36 , debian.10, debian.11 , ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
327327 fail-fast : false
328328
329329 steps :
@@ -370,7 +370,7 @@ jobs:
370370 name : Setup .NET SDK
371371372372 with :
373- dotnet-version : ' 7.0.102 '
373+ dotnet-version : ' 7.0.x '
374374 -
375375 name : Login to DockerHub
376376 if : success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools'
@@ -466,7 +466,7 @@ jobs:
466466 name : Setup .NET SDK
467467468468 with :
469- dotnet-version : ' 7.0.102 '
469+ dotnet-version : ' 7.0.x '
470470 -
471471 name : ' [Publish]'
472472 shell : pwsh
@@ -526,7 +526,7 @@ jobs:
526526 name : Setup .NET SDK
527527528528 with :
529- dotnet-version : ' 7.0.102 '
529+ dotnet-version : ' 7.0.x '
530530 -
531531 name : ' [Release]'
532532 shell : pwsh
0 commit comments