File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- name : Setup .NET Core
11
11
uses : actions/setup-dotnet@v1
12
12
with :
13
- dotnet-version : 3.1.401
13
+ dotnet-version : 5.0.100
14
14
- name : Test
15
15
run : ./build.sh --target test --no-logo
16
16
semantic-release :
23
23
- name : Setup .NET Core
24
24
uses : actions/setup-dotnet@v1
25
25
with :
26
- dotnet-version : 3.1.401
26
+ dotnet-version : 5.0.100
27
27
- name : Semantic Release
28
28
uses : cycjimmy/semantic-release-action@v2
29
29
with :
Original file line number Diff line number Diff line change 16
16
- name : Setup .NET Core
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : 3.1.401
19
+ dotnet-version : 5.0.100
20
20
- name : Test
21
21
run : ./build.sh --target test --no-logo
Original file line number Diff line number Diff line change 12
12
- name : Setup .NET Core
13
13
uses : actions/setup-dotnet@v1
14
14
with :
15
- dotnet-version : 3.1.401
15
+ dotnet-version : 5.0.100
16
16
- name : Setup MS Build
17
17
18
18
- name : Install DocFX
Original file line number Diff line number Diff line change 35
35
- name : Setup .NET Core
36
36
uses : actions/setup-dotnet@v1
37
37
with :
38
- dotnet-version : 3.1.401
38
+ dotnet-version : 5.0.100
39
39
40
40
- name : Build
41
41
run : ./build.sh --target compile --no-logo
You can’t perform that action at this time.
0 commit comments