File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
ApiTemplate/.github/workflows
GraphQLTemplate/.github/workflows
NuGetTemplate/.github/workflows
OrleansTemplate/.github/workflows Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
34
34
lfs : true
35
35
fetch-depth : 0
36
36
- name : " Install .NET SDK 3.1 & 5.0"
37
- uses : actions/setup-dotnet@v1.9.1
37
+ uses : actions/setup-dotnet@v2.0.0
38
38
with :
39
39
dotnet-version : |
40
40
3.1.x
41
41
5.0.x
42
42
- name : " Install .NET Core SDK"
43
- uses : actions/setup-dotnet@v1.9.1
43
+ uses : actions/setup-dotnet@v2.0.0
44
44
- name : " Dotnet Tool Restore"
45
45
run : dotnet tool restore
46
46
shell : pwsh
@@ -70,13 +70,13 @@ jobs:
70
70
lfs : true
71
71
fetch-depth : 0
72
72
- name : " Install .NET SDK 3.1 & 5.0"
73
- uses : actions/setup-dotnet@v1.9.1
73
+ uses : actions/setup-dotnet@v2.0.0
74
74
with :
75
75
dotnet-version : |
76
76
3.1.x
77
77
5.0.x
78
78
- name : " Install .NET Core SDK"
79
- uses : actions/setup-dotnet@v1.9.1
79
+ uses : actions/setup-dotnet@v2.0.0
80
80
- name : " Dotnet Tool Restore"
81
81
run : dotnet tool restore
82
82
shell : pwsh
Original file line number Diff line number Diff line change 34
34
lfs : true
35
35
fetch-depth : 0
36
36
- name : " Install .NET Core SDK"
37
- uses : actions/setup-dotnet@v1.9.1
37
+ uses : actions/setup-dotnet@v2.0.0
38
38
- name : " Dotnet Tool Restore"
39
39
run : dotnet tool restore
40
40
shell : pwsh
88
88
lfs : true
89
89
fetch-depth : 0
90
90
- name : " Install .NET Core SDK"
91
- uses : actions/setup-dotnet@v1.9.1
91
+ uses : actions/setup-dotnet@v2.0.0
92
92
- name : " Dotnet Tool Restore"
93
93
run : dotnet tool restore
94
94
shell : pwsh
Original file line number Diff line number Diff line change 34
34
lfs : true
35
35
fetch-depth : 0
36
36
- name : " Install .NET Core SDK"
37
- uses : actions/setup-dotnet@v1.9.1
37
+ uses : actions/setup-dotnet@v2.0.0
38
38
- name : " Dotnet Tool Restore"
39
39
run : dotnet tool restore
40
40
shell : pwsh
88
88
lfs : true
89
89
fetch-depth : 0
90
90
- name : " Install .NET Core SDK"
91
- uses : actions/setup-dotnet@v1.9.1
91
+ uses : actions/setup-dotnet@v2.0.0
92
92
- name : " Dotnet Tool Restore"
93
93
run : dotnet tool restore
94
94
shell : pwsh
Original file line number Diff line number Diff line change 34
34
lfs : true
35
35
fetch-depth : 0
36
36
- name : " Install .NET Core SDK"
37
- uses : actions/setup-dotnet@v1.9.1
37
+ uses : actions/setup-dotnet@v2.0.0
38
38
- name : " Dotnet Tool Restore"
39
39
run : dotnet tool restore
40
40
shell : pwsh
Original file line number Diff line number Diff line change 34
34
lfs : true
35
35
fetch-depth : 0
36
36
- name : " Install .NET Core SDK"
37
- uses : actions/setup-dotnet@v1.9.1
37
+ uses : actions/setup-dotnet@v2.0.0
38
38
- name : " Dotnet Tool Restore"
39
39
run : dotnet tool restore
40
40
shell : pwsh
88
88
lfs : true
89
89
fetch-depth : 0
90
90
- name : " Install .NET Core SDK"
91
- uses : actions/setup-dotnet@v1.9.1
91
+ uses : actions/setup-dotnet@v2.0.0
92
92
- name : " Dotnet Tool Restore"
93
93
run : dotnet tool restore
94
94
shell : pwsh
You can’t perform that action at this time.
0 commit comments