File tree Expand file tree Collapse file tree 3 files changed +24
-8
lines changed Expand file tree Collapse file tree 3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 16
16
- name : Install .NET 6
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : ' 6.0.x'
19
+ dotnet-version : |
20
+ 2.0.x
21
+ 6.0.x
20
22
21
23
- name : Setup MSBuild Path
22
24
uses : microsoft/setup-msbuild@v1
49
51
- name : Install .NET 6
50
52
uses : actions/setup-dotnet@v1
51
53
with :
52
- dotnet-version : ' 6.0.x'
54
+ dotnet-version : |
55
+ 2.0.x
56
+ 6.0.x
53
57
54
58
- name : Run test .NET 3.5
55
59
run : dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
@@ -127,7 +131,9 @@ jobs:
127
131
- name : Install .NET 6
128
132
uses : actions/setup-dotnet@v1
129
133
with :
130
- dotnet-version : ' 6.0.x'
134
+ dotnet-version : |
135
+ 2.0.x
136
+ 6.0.x
131
137
132
138
- name : Restore dependencies
133
139
run : dotnet restore
Original file line number Diff line number Diff line change 17
17
- name : Install .NET 6
18
18
uses : actions/setup-dotnet@v1
19
19
with :
20
- dotnet-version : ' 6.0.x'
20
+ dotnet-version : |
21
+ 2.0.x
22
+ 6.0.x
21
23
22
24
- name : Setup MSBuild Path
23
25
uses : microsoft/setup-msbuild@v1
50
52
- name : Install .NET 6
51
53
uses : actions/setup-dotnet@v1
52
54
with :
53
- dotnet-version : ' 6.0.x'
55
+ dotnet-version : |
56
+ 2.0.x
57
+ 6.0.x
54
58
55
59
- name : Run test .NET 3.5
56
60
run : dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
@@ -127,7 +131,9 @@ jobs:
127
131
- name : Install .NET 6
128
132
uses : actions/setup-dotnet@v1
129
133
with :
130
- dotnet-version : ' 6.0.x'
134
+ dotnet-version : |
135
+ 2.0.x
136
+ 6.0.x
131
137
132
138
- name : Restore dependencies
133
139
run : dotnet restore
Original file line number Diff line number Diff line change 16
16
- name : Install .NET 6
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : ' 6.0.x'
19
+ dotnet-version : |
20
+ 2.0.x
21
+ 6.0.x
20
22
21
23
- name : Setup MSBuild Path
22
24
uses : microsoft/setup-msbuild@v1
49
51
- name : Install .NET 6
50
52
uses : actions/setup-dotnet@v1
51
53
with :
52
- dotnet-version : ' 6.0.x'
54
+ dotnet-version : |
55
+ 2.0.x
56
+ 6.0.x
53
57
54
58
- name : Run test .NET 3.5
55
59
run : dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
You can’t perform that action at this time.
0 commit comments