Commit 3b4117f
committed
Fix nuget version to 5.8.x
Previously, we had an issue where the latest default version of
nuget in github actions was broken and couldn't install dependencies.
This was fixed (temporarily) by #6054 when the latest version
installed by setup-nuget was 5.8.1. This has now changed to also
install the bugged version (5.9.x) by default, giving us problems.
These are now solved by temporarily fixing the version of nuget
to a known working version (according to multiple reports online,
and evidence of our own CI logs).1 parent 61010c3 commit 3b4117f
File tree
2 files changed
+4
-4
lines changed- .github/workflows
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments