Skip to content

Commit

Permalink
(build) use .net 7.0 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 8, 2022
1 parent 3f633ca commit 98f7217
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Prepare]'
if: steps.cache-cake.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Build]'
shell: pwsh
Expand Down Expand Up @@ -163,7 +161,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Unit Test]'
shell: pwsh
Expand Down Expand Up @@ -216,7 +213,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Test Artifacts]'
shell: pwsh
Expand Down Expand Up @@ -277,7 +273,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Test Artifacts (amd64)]'
shell: pwsh
Expand Down Expand Up @@ -336,7 +331,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: Login to DockerHub
if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools'
Expand Down Expand Up @@ -427,7 +421,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Publish]'
shell: pwsh
Expand Down Expand Up @@ -482,7 +475,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Release]'
shell: pwsh
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'

-
name: '[Prepare]'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Prepare]'
if: steps.cache-cake.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -111,7 +110,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Build Documentation]'
shell: pwsh
Expand Down Expand Up @@ -167,7 +165,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: '[Publish Documentation]'
if: ${{ github.event_name == 'push' }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
-
name: Run Format Build solution
run: dotnet format ./build/ --verify-no-changes
Expand Down

0 comments on commit 98f7217

Please sign in to comment.