|
56 | 56 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
57 | 57 | - |
58 | 58 | name: Setup .NET SDK |
59 | | - |
| 59 | + |
60 | 60 | with: |
61 | 61 | dotnet-version: '7.0.x' |
62 | | - dotnet-quality: 'preview' |
63 | 62 | - |
64 | 63 | name: '[Prepare]' |
65 | 64 | if: steps.cache-cake.outputs.cache-hit != 'true' |
|
96 | 95 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
97 | 96 | - |
98 | 97 | name: Setup .NET SDK |
99 | | - |
| 98 | + |
100 | 99 | with: |
101 | 100 | dotnet-version: '7.0.x' |
102 | | - dotnet-quality: 'preview' |
103 | 101 | - |
104 | 102 | name: '[Build]' |
105 | 103 | shell: pwsh |
@@ -160,10 +158,9 @@ jobs: |
160 | 158 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
161 | 159 | - |
162 | 160 | name: Setup .NET SDK |
163 | | - |
| 161 | + |
164 | 162 | with: |
165 | 163 | dotnet-version: '7.0.x' |
166 | | - dotnet-quality: 'preview' |
167 | 164 | - |
168 | 165 | name: '[Unit Test]' |
169 | 166 | shell: pwsh |
@@ -213,10 +210,9 @@ jobs: |
213 | 210 | path: ${{ github.workspace }}/artifacts/packages/nuget |
214 | 211 | - |
215 | 212 | name: Setup .NET SDK |
216 | | - |
| 213 | + |
217 | 214 | with: |
218 | 215 | dotnet-version: '7.0.x' |
219 | | - dotnet-quality: 'preview' |
220 | 216 | - |
221 | 217 | name: '[Test Artifacts]' |
222 | 218 | shell: pwsh |
@@ -274,10 +270,9 @@ jobs: |
274 | 270 | install: true |
275 | 271 | - |
276 | 272 | name: Setup .NET SDK |
277 | | - |
| 273 | + |
278 | 274 | with: |
279 | 275 | dotnet-version: '7.0.x' |
280 | | - dotnet-quality: 'preview' |
281 | 276 | - |
282 | 277 | name: '[Test Artifacts (amd64)]' |
283 | 278 | shell: pwsh |
@@ -333,10 +328,9 @@ jobs: |
333 | 328 | install: true |
334 | 329 | - |
335 | 330 | name: Setup .NET SDK |
336 | | - |
| 331 | + |
337 | 332 | with: |
338 | 333 | dotnet-version: '7.0.x' |
339 | | - dotnet-quality: 'preview' |
340 | 334 | - |
341 | 335 | name: Login to DockerHub |
342 | 336 | if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools' |
@@ -424,10 +418,9 @@ jobs: |
424 | 418 | path: ${{ github.workspace }}/artifacts/packages/nuget |
425 | 419 | - |
426 | 420 | name: Setup .NET SDK |
427 | | - |
| 421 | + |
428 | 422 | with: |
429 | 423 | dotnet-version: '7.0.x' |
430 | | - dotnet-quality: 'preview' |
431 | 424 | - |
432 | 425 | name: '[Publish]' |
433 | 426 | shell: pwsh |
@@ -479,10 +472,9 @@ jobs: |
479 | 472 | path: ${{ github.workspace }}/artifacts/packages/native |
480 | 473 | - |
481 | 474 | name: Setup .NET SDK |
482 | | - |
| 475 | + |
483 | 476 | with: |
484 | 477 | dotnet-version: '7.0.x' |
485 | | - dotnet-quality: 'preview' |
486 | 478 | - |
487 | 479 | name: '[Release]' |
488 | 480 | shell: pwsh |
|
0 commit comments