Skip to content

Commit 1fbfa2e

Browse files
committed
dotnet.yml: cleanup and address test-parsers running too much
1 parent ac0b1ca commit 1fbfa2e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-dotnet@v4
3636
with:
3737
dotnet-version: |
38-
7.0.x
3938
8.0.x
4039
- name: Setup .NET (global.json)
4140
uses: actions/setup-dotnet@v4
@@ -78,7 +77,6 @@ jobs:
7877
strategy:
7978
matrix:
8079
os: [ubuntu-latest, windows-latest, macos-latest]
81-
configuration: [Debug, Release]
8280

8381
runs-on: ${{ matrix.os }}
8482

@@ -88,16 +86,13 @@ jobs:
8886
uses: actions/setup-dotnet@v4
8987
with:
9088
dotnet-version: |
91-
7.0.x
9289
8.0.x
9390
- name: Setup .NET (global.json)
9491
uses: actions/setup-dotnet@v4
9592
with:
9693
global-json-file: global.json
9794
- name: Restore dependencies
9895
run: dotnet restore
99-
- name: Build
100-
run: dotnet build -c ${{ matrix.configuration }} --no-restore
10196
- name: Test Parsers
10297
shell: pwsh
10398
run: ./test-parsers.ps1
@@ -116,7 +111,6 @@ jobs:
116111
uses: actions/setup-dotnet@v4
117112
with:
118113
dotnet-version: |
119-
7.0.x
120114
8.0.x
121115
- name: Setup .NET (global.json)
122116
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)