File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
description : ' Release Notes (use `n for new line)'
7
7
required : true
8
8
jobs :
9
- build :
9
+ build :
10
10
runs-on : windows-2019
11
11
env :
12
12
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
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 : ' 3.1.x '
19
+ dotnet-version : ' 6.0.1 '
20
20
21
21
- name : Setup MSBuild Path
22
22
uses : microsoft/setup-msbuild@v1
49
49
- name : Install .NET 6
50
50
uses : actions/setup-dotnet@v1
51
51
with :
52
- dotnet-version : ' 3.1.x '
52
+ dotnet-version : ' 6.0.1 '
53
53
54
54
- name : Run test .NET 3.5
55
55
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