File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,6 @@ jobs:
136
136
uses : actions/checkout@v4
137
137
with :
138
138
submodules : true
139
- - name : Setup .NET
140
- uses : actions/setup-dotnet@v4
141
- with :
142
- dotnet-version : 6.x
143
139
- name : Cache NuGet packages
144
140
uses : actions/cache@v4
145
141
with :
@@ -174,10 +170,6 @@ jobs:
174
170
uses : actions/checkout@v4
175
171
with :
176
172
submodules : true
177
- - name : Setup .NET
178
- uses : actions/setup-dotnet@v4
179
- with :
180
- dotnet-version : 6.x
181
173
- name : Download Build (Debug)
182
174
uses : actions/download-artifact@v4
183
175
with :
@@ -215,10 +207,6 @@ jobs:
215
207
uses : actions/checkout@v4
216
208
with :
217
209
submodules : true
218
- - name : Setup .NET
219
- uses : actions/setup-dotnet@v4
220
- with :
221
- dotnet-version : 8.x
222
210
- name : Download Build (Debug)
223
211
uses : actions/download-artifact@v4
224
212
with :
You can’t perform that action at this time.
0 commit comments