File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ main ]
6
6
7
7
jobs :
8
- build :
8
+ ubuntu-latest :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
-
12
11
- name : Checkout
13
12
uses : actions/checkout@v4
14
-
15
13
- name : Setup
16
14
uses : actions/setup-dotnet@v4
17
15
with :
18
- dotnet-version : 8.0.x
19
-
16
+ dotnet-version : 8
20
17
- name : Build
21
18
run : dotnet build -c Release
22
-
23
19
- name : Test
24
- run : dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" -c Release
25
-
20
+ run : dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" -c Release
26
21
- name : Codecov
27
22
uses : codecov/codecov-action@v4
28
23
with :
Original file line number Diff line number Diff line change 5
5
branches : [ main ]
6
6
7
7
jobs :
8
- build :
8
+ windows-latest :
9
9
runs-on : windows-latest
10
10
steps :
11
-
12
11
- name : Checkout
13
12
uses : actions/checkout@v4
14
-
15
13
- name : Setup
16
14
uses : actions/setup-dotnet@v4
17
15
with :
18
- dotnet-version : 8.0.x
19
-
16
+ dotnet-version : 8
20
17
- name : Build
21
18
run : dotnet build -c Release
22
-
23
19
- name : Test
24
20
run : dotnet test --no-build --verbosity normal -c Release
You can’t perform that action at this time.
0 commit comments