Skip to content

ci: standardize workflows and fix stale SDK versions#147

Merged
phmatray merged 1 commit intomainfrom
ci/standardize-workflows
Feb 28, 2026
Merged

ci: standardize workflows and fix stale SDK versions#147
phmatray merged 1 commit intomainfrom
ci/standardize-workflows

Conversation

@phmatray
Copy link
Contributor

Summary

  • Update .NET SDK from 9.x to 10.0.x in publish-to-nuget.yml
  • Remove stale --framework net7.0 flag from test step (use project TFM)
  • Add DOTNET_NOLOGO and DOTNET_SKIP_FIRST_TIME_EXPERIENCE env vars to dotnet.yml
  • Add concurrency group to dotnet.yml to cancel redundant runs

Test plan

  • Verify dotnet.yml workflow runs with new env vars
  • Verify publish-to-nuget.yml builds with .NET 10.0.x SDK
  • Verify tests run without --framework net7.0 restriction

- Update SDK from 9.x to 10.0.x in publish-to-nuget.yml
- Remove stale --framework net7.0 from test step
- Add DOTNET_NOLOGO and DOTNET_SKIP_FIRST_TIME_EXPERIENCE to dotnet.yml
- Add concurrency group to dotnet.yml
@phmatray phmatray merged commit f497ea1 into main Feb 28, 2026
2 checks passed
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