Commit 4dd13b9
ci: install .NET 10 SDK in UI tests build template
The .NET 10 upgrade (PR #41280) updated job-build-project.yml to install the
.NET 10 SDK on the agent, but missed the parallel change in job-build-ui-tests.yml,
which still pinned 'version: 9.0'.
As a result, the scheduled UI Test Automation pipeline (Dart/161438) has been
failing daily since 2026-04-30 with NETSDK1045 across all 179 csproj restores:
error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0.
Bump the pinned SDK version from 9.0 to 10.0 to match the rest of the pipeline.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3e60249 commit 4dd13b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments