Commit 31399e1
committed
fix: change SDK rollForward to latestPatch for lock file compatibility
latestFeature allowed rolling from 10.0.103 to 10.0.201 on CI runners,
causing Microsoft.NET.ILLink.Tasks version mismatch with lock files.
latestPatch keeps the SDK within the same feature band (10.0.1xx),
ensuring lock file consistency across local and CI environments.
Made-with: Cursor1 parent f9c82ce commit 31399e1
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments