Skip to content

Commit

Permalink
build: remove net6/7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Nov 13, 2024
1 parent 5ba5fb8 commit 0ca1bab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: format
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: dotnet info
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Build
Expand Down
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ pool:
vmImage: 'windows-latest'

steps:
- task: UseDotNet@2
displayName: 'Use .NET 6 sdk'
inputs:
packageType: sdk
version: 6.0.x

- task: UseDotNet@2
displayName: 'Use .NET 7 sdk'
inputs:
packageType: sdk
version: 7.0.x

- task: UseDotNet@2
displayName: 'Use .NET 8 sdk'
inputs:
Expand Down

0 comments on commit 0ca1bab

Please sign in to comment.