Skip to content

Commit 98f7217

Browse files
committed
(build) use .net 7.0 GA
1 parent 3f633ca commit 98f7217

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
uses: actions/[email protected]
6060
with:
6161
dotnet-version: '7.0.x'
62-
dotnet-quality: 'preview'
6362
-
6463
name: '[Prepare]'
6564
if: steps.cache-cake.outputs.cache-hit != 'true'
@@ -99,7 +98,6 @@ jobs:
9998
uses: actions/[email protected]
10099
with:
101100
dotnet-version: '7.0.x'
102-
dotnet-quality: 'preview'
103101
-
104102
name: '[Build]'
105103
shell: pwsh
@@ -163,7 +161,6 @@ jobs:
163161
uses: actions/[email protected]
164162
with:
165163
dotnet-version: '7.0.x'
166-
dotnet-quality: 'preview'
167164
-
168165
name: '[Unit Test]'
169166
shell: pwsh
@@ -216,7 +213,6 @@ jobs:
216213
uses: actions/[email protected]
217214
with:
218215
dotnet-version: '7.0.x'
219-
dotnet-quality: 'preview'
220216
-
221217
name: '[Test Artifacts]'
222218
shell: pwsh
@@ -277,7 +273,6 @@ jobs:
277273
uses: actions/[email protected]
278274
with:
279275
dotnet-version: '7.0.x'
280-
dotnet-quality: 'preview'
281276
-
282277
name: '[Test Artifacts (amd64)]'
283278
shell: pwsh
@@ -336,7 +331,6 @@ jobs:
336331
uses: actions/[email protected]
337332
with:
338333
dotnet-version: '7.0.x'
339-
dotnet-quality: 'preview'
340334
-
341335
name: Login to DockerHub
342336
if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools'
@@ -427,7 +421,6 @@ jobs:
427421
uses: actions/[email protected]
428422
with:
429423
dotnet-version: '7.0.x'
430-
dotnet-quality: 'preview'
431424
-
432425
name: '[Publish]'
433426
shell: pwsh
@@ -482,7 +475,6 @@ jobs:
482475
uses: actions/[email protected]
483476
with:
484477
dotnet-version: '7.0.x'
485-
dotnet-quality: 'preview'
486478
-
487479
name: '[Release]'
488480
shell: pwsh

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
uses: actions/[email protected]
6363
with:
6464
dotnet-version: '7.0.x'
65-
dotnet-quality: 'preview'
6665

6766
-
6867
name: '[Prepare]'

.github/workflows/docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
uses: actions/[email protected]
7777
with:
7878
dotnet-version: '7.0.x'
79-
dotnet-quality: 'preview'
8079
-
8180
name: '[Prepare]'
8281
if: steps.cache-cake.outputs.cache-hit != 'true'
@@ -111,7 +110,6 @@ jobs:
111110
uses: actions/[email protected]
112111
with:
113112
dotnet-version: '7.0.x'
114-
dotnet-quality: 'preview'
115113
-
116114
name: '[Build Documentation]'
117115
shell: pwsh
@@ -167,7 +165,6 @@ jobs:
167165
uses: actions/[email protected]
168166
with:
169167
dotnet-version: '7.0.x'
170-
dotnet-quality: 'preview'
171168
-
172169
name: '[Publish Documentation]'
173170
if: ${{ github.event_name == 'push' }}

.github/workflows/format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/[email protected]
3434
with:
3535
dotnet-version: '7.0.x'
36-
dotnet-quality: 'preview'
3736
-
3837
name: Run Format Build solution
3938
run: dotnet format ./build/ --verify-no-changes

0 commit comments

Comments
 (0)