Skip to content

Commit 84ab36d

Browse files
authored
Update dotnet.yml
1 parent 2af82e6 commit 84ab36d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: [6.0.x, 7.0.x, 8.0.x, 9.0.x]
17+
dotnet-version: |
18+
6.0.x
19+
7.0.x
20+
8.0.x
21+
9.0.x
1822
- name: Restore dependencies
1923
run: dotnet restore
2024
- name: Build
2125
run: dotnet build --no-restore /p:TreatWarningsAsErrors=false
2226
- name: Test
23-
run: dotnet test --no-build --verbosity normal
27+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)