File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -20,32 +20,23 @@ jobs:
20
20
- uses : actions/checkout@v1
21
21
- uses : actions/setup-dotnet@v1
22
22
with :
23
- dotnet-version : ' 3.1.100 '
23
+ dotnet-version : ' 3.1.201 '
24
24
25
25
- name : Run tests netcoreapp3.1
26
26
run : dotnet test -c Release -f netcoreapp3.1
27
27
28
- test-netcore- win :
28
+ test-win :
29
29
runs-on : windows-latest
30
30
31
31
steps :
32
32
- uses : actions/checkout@v1
33
33
34
- - name : Run tests netcoreapp3.1
35
- run : dotnet test -c Release -f netcoreapp3.1
36
-
37
- test-net461 :
38
- runs-on : windows-latest
39
-
40
- steps :
41
- - uses : actions/checkout@v1
42
-
43
- - name : Run tests net461
44
- run : dotnet test -c Release -f net461
34
+ - name : Run tests on Windows for all targets
35
+ run : dotnet test -c Release
45
36
46
37
nuget :
47
38
runs-on : windows-latest
48
- needs : [test-netcore- win,test-netcore-linux,test-net461 ]
39
+ needs : [test-win,test-netcore-linux]
49
40
50
41
steps :
51
42
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -10,13 +10,10 @@ jobs:
10
10
- uses : actions/checkout@v1
11
11
- uses : actions/setup-dotnet@v1
12
12
with :
13
- dotnet-version : ' 3.1.100 '
13
+ dotnet-version : ' 3.1.201 '
14
14
15
- - name : Run tests netcoreapp3.1
16
- run : dotnet test -c Release -f netcoreapp3.1
17
-
18
- - name : Run tests net461
19
- run : dotnet test -c Release -f net461
15
+ - name : Run tests
16
+ run : dotnet test -c Release
20
17
21
18
docs :
22
19
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments