Commit 08c7077
committed
Move dotnet setup to composite action
Also introduces a repo custom property we can set to request a different set of dotnet versions easily without having to modify the workflow itself, making it more future-proof.
For now, since --allow-downgrade used by the sleet step requires .NET 9.x to be explicitly setup to get latest, this will run always on all our repos since we set the DOTNET prop to `9.x` by default. When dotnet 10 ships, this will likely not be needed anymore and we'll remove it.1 parent db918f0 commit 08c7077
File tree
3 files changed
+20
-12
lines changed- .github
- actions/dotnet
- workflows
3 files changed
+20
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 69 | + | |
75 | 70 | | |
76 | 71 | | |
77 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 31 | + | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
0 commit comments