File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,15 @@ jobs:
43
43
with :
44
44
fetch-depth : 0
45
45
46
+ - name : Setup .NET
47
+ uses : actions/setup-dotnet@v1
48
+ with :
49
+ dotnet-version : ' 5.0.x'
50
+
46
51
- name : Setup .NET
47
52
uses : actions/setup-dotnet@v1
48
53
with :
49
54
dotnet-version : ' 6.0.x'
50
- include-prerelease : true
51
55
52
56
# Initializes the CodeQL tools for scanning.
53
57
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ jobs:
21
21
with :
22
22
fetch-depth : 0
23
23
24
+ - name : Setup .NET
25
+ uses : actions/setup-dotnet@v1
26
+ with :
27
+ dotnet-version : ' 5.0.x'
28
+
24
29
- name : Setup .NET
25
30
uses : actions/setup-dotnet@v1
26
31
with :
27
32
dotnet-version : ' 6.0.x'
28
- include-prerelease : true
29
33
30
34
- name : Restore dependencies
31
35
run : dotnet restore
Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ jobs:
21
21
with :
22
22
fetch-depth : 0
23
23
24
+ - name : Setup .NET
25
+ uses : actions/setup-dotnet@v1
26
+ with :
27
+ dotnet-version : ' 5.0.x'
28
+
24
29
- name : Setup .NET
25
30
uses : actions/setup-dotnet@v1
26
31
with :
27
32
dotnet-version : ' 6.0.x'
28
- include-prerelease : true
29
33
30
34
- name : Restore dependencies
31
35
run : dotnet restore
You can’t perform that action at this time.
0 commit comments