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:
136136 uses : actions/checkout@v4
137137 with :
138138 submodules : true
139- - name : Setup .NET
140- uses : actions/setup-dotnet@v4
141- with :
142- dotnet-version : 6.x
143139 - name : Cache NuGet packages
144140 uses : actions/cache@v4
145141 with :
@@ -174,10 +170,6 @@ jobs:
174170 uses : actions/checkout@v4
175171 with :
176172 submodules : true
177- - name : Setup .NET
178- uses : actions/setup-dotnet@v4
179- with :
180- dotnet-version : 6.x
181173 - name : Download Build (Debug)
182174 uses : actions/download-artifact@v4
183175 with :
@@ -215,10 +207,6 @@ jobs:
215207 uses : actions/checkout@v4
216208 with :
217209 submodules : true
218- - name : Setup .NET
219- uses : actions/setup-dotnet@v4
220- with :
221- dotnet-version : 8.x
222210 - name : Download Build (Debug)
223211 uses : actions/download-artifact@v4
224212 with :
You can’t perform that action at this time.
0 commit comments