File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
+ - name : Setup .NET
20
+ uses : actions/setup-dotnet@v4
21
+ with :
22
+ dotnet-version : 7.0.x
19
23
- name : Setup GitVersion
20
24
uses : gittools/actions/gitversion/setup@v3.0.0
21
25
with :
59
63
- name : Setup .NET
60
64
uses : actions/setup-dotnet@v4
61
65
with :
62
- dotnet-version : 9.0.x
66
+ dotnet-version : |
67
+ 7.0.x
68
+ 9.0.x
63
69
- name : Setup GitReleaseManager
64
70
uses : gittools/actions/gitreleasemanager/setup@v3.0.0
65
71
with :
84
90
runs-on : ubuntu-latest
85
91
needs : upload-release-assets
86
92
steps :
93
+ - name : Setup .NET
94
+ uses : actions/setup-dotnet@v4
95
+ with :
96
+ dotnet-version : 7.0.x
87
97
- name : Setup GitReleaseManager
88
98
uses : gittools/actions/gitreleasemanager/setup@v3.0.0
89
99
with :
You can’t perform that action at this time.
0 commit comments