Skip to content

Commit 884b5df

Browse files
authored
Update .NET workflow for version and test settings
1 parent 9fe507e commit 884b5df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ dev ]
66
pull_request:
77
branches: [ dev ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -19,11 +20,12 @@ jobs:
1920
dotnet-version: |
2021
8.0.x
2122
9.0.x
23+
10.0.x
2224
- name: Restore dependencies
2325
run: dotnet restore
2426
- name: Build
2527
run: dotnet build --no-restore
2628
- name: Test
27-
run: dotnet test --no-build --verbosity normal
29+
run: dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage"
2830
- name: Codecov
29-
uses: codecov/codecov-action@v3.1.1
31+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)