Commit 41bc98c
committed
fix(ci): add explicit .NET setup to test job and update CHANGELOG links (#368)
- Add setup-dotnet step to test job for explicit dependency declaration
- Update [unreleased] link to compare against v1.1.0-bernabeu
- Add comparison link for [1.1.0 - bernabeu] release
While CI currently passes due to pre-installed .NET 10 on ubuntu-latest,
explicitly declaring the SDK setup ensures future-proof workflows and
enables proper dependency caching across both build and test jobs.1 parent 61dbca3 commit 41bc98c
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
0 commit comments