Commit 63c73b0
Install the SDK global.json pins before building.
The rebase onto upstream brought upstream's global.json, which pins SDK
10.0.400 with rollForward latestMajor. That version was released on
2026-08-11 and the hosted windows-latest image still tops out at 10.0.302,
and rollForward only rolls forward, so SDK resolution failed before the
build started - build 1.0.22 reported exit code 2147516571 and
"the following projects : [ '' ]" because dotnet never loaded a project.
Installing the pinned SDK in the pipeline keeps global.json byte identical
to upstream, so the merge surface stays at zero. azure-pipelines.yml is
ours alone, so changes here cost nothing when merging from VahidN.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 21ddebb commit 63c73b0
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
| |||
0 commit comments