Skip to content

Commit 4dd13b9

Browse files
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

File tree

.pipelines/v2/templates/job-build-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- template: steps-ensure-dotnet-version.yml
6565
parameters:
6666
sdk: true
67-
version: '9.0'
67+
version: '10.0'
6868

6969
- template: .\steps-restore-nuget.yml
7070

0 commit comments

Comments
 (0)