File tree Expand file tree Collapse file tree 3 files changed +22
-9
lines changed Expand file tree Collapse file tree 3 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
19
dotnet-version : |
20
+ 1.0.x
20
21
2.0.x
22
+ 5.0.x
21
23
6.0.x
22
24
23
25
- name : Setup MSBuild Path
52
54
uses : actions/setup-dotnet@v1
53
55
with :
54
56
dotnet-version : |
57
+ 1.0.x
55
58
2.0.x
59
+ 5.0.x
56
60
6.0.x
57
61
58
62
- name : Run test .NET 3.5
61
65
- name : Run test .NET 4.52
62
66
run : dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Stron naming
63
67
64
- # Skip 1.3 test due to missing support on Github runner
65
- # - name: Run test .NET Core 1.3
66
- # run: dotnet test -c Release -f netcoreapp1.3 --nologo
68
+ - name : Run test .NET Core 1.1
69
+ run : dotnet test -c Release -f netcoreapp1.1 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
67
70
68
71
- name : Run test .NET Core 2.0
69
72
run : dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
@@ -132,7 +135,9 @@ jobs:
132
135
uses : actions/setup-dotnet@v1
133
136
with :
134
137
dotnet-version : |
138
+ 1.0.x
135
139
2.0.x
140
+ 5.0.x
136
141
6.0.x
137
142
138
143
- name : Restore dependencies
Original file line number Diff line number Diff line change 18
18
uses : actions/setup-dotnet@v1
19
19
with :
20
20
dotnet-version : |
21
+ 1.0.x
21
22
2.0.x
23
+ 5.0.x
22
24
6.0.x
23
25
24
26
- name : Setup MSBuild Path
53
55
uses : actions/setup-dotnet@v1
54
56
with :
55
57
dotnet-version : |
58
+ 1.0.x
56
59
2.0.x
60
+ 5.0.x
57
61
6.0.x
58
62
59
63
- name : Run test .NET 3.5
62
66
- name : Run test .NET 4.52
63
67
run : dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Stron naming
64
68
65
- # Skip 1.3 test due to missing support on Github runner
66
- # - name: Run test .NET Core 1.3
67
- # run: dotnet test -c Release -f netcoreapp1.3 --nologo
69
+ - name : Run test .NET Core 1.1
70
+ run : dotnet test -c Release -f netcoreapp1.1 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
68
71
69
72
- name : Run test .NET Core 2.0
70
73
run : dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
@@ -132,7 +135,9 @@ jobs:
132
135
uses : actions/setup-dotnet@v1
133
136
with :
134
137
dotnet-version : |
138
+ 1.0.x
135
139
2.0.x
140
+ 5.0.x
136
141
6.0.x
137
142
138
143
- name : Restore dependencies
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
19
dotnet-version : |
20
+ 1.0.x
20
21
2.0.x
22
+ 5.0.x
21
23
6.0.x
22
24
23
25
- name : Setup MSBuild Path
52
54
uses : actions/setup-dotnet@v1
53
55
with :
54
56
dotnet-version : |
57
+ 1.0.x
55
58
2.0.x
59
+ 5.0.x
56
60
6.0.x
57
61
58
62
- name : Run test .NET 3.5
61
65
- name : Run test .NET 4.52
62
66
run : dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Stron naming
63
67
64
- # Skip 1.3 test due to missing support on Github runner
65
- # - name: Run test .NET Core 1.3
66
- # run: dotnet test -c Release -f netcoreapp1.3 --nologo
68
+ - name : Run test .NET Core 1.1
69
+ run : dotnet test -c Release -f netcoreapp1.1 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
67
70
68
71
- name : Run test .NET Core 2.0
69
72
run : dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
You can’t perform that action at this time.
0 commit comments