Skip to content

fix(ci): update dotnet-version from 8.x to 10.x#26

Merged
phmatray merged 1 commit intomainfrom
fix/action-main-branch-ci
Feb 28, 2026
Merged

fix(ci): update dotnet-version from 8.x to 10.x#26
phmatray merged 1 commit intomainfrom
fix/action-main-branch-ci

Conversation

@phmatray
Copy link
Contributor

Summary

  • Updates dotnet-version from 8.x to 10.x in all 3 workflow jobs (create_nuget, validate_nuget, deploy)
  • global.json requires SDK 10.0.103 with rollForward: latestFeature, but the workflow only installed 8.x
  • This caused every CI run to fail with: "A compatible .NET SDK was not found. Requested SDK version: 10.0.103"

Root Cause

Commit 7cd4f74 updated the dotnet monorepo to v10 (including global.json) but did not update the CI workflow to install the matching SDK.

Test plan

  • Verify the PR's own CI run passes (Main Branch CI workflow)
  • Confirm dotnet pack succeeds in create_nuget job
  • Confirm NuGet validation succeeds in validate_nuget job

global.json requires SDK 10.0.103 but the workflow only installed 8.x,
causing "A compatible .NET SDK was not found" in all jobs.
@phmatray phmatray merged commit f3c5e28 into main Feb 28, 2026
3 of 4 checks passed
@phmatray phmatray deleted the fix/action-main-branch-ci branch February 28, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant