Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Description

Backports PR #3927 from release/6.1 to release/6.0. Centralizes .NET SDK version management in global.json across all Azure DevOps pipelines.

Core Changes:

  • global.json: Updated from 9.0.308 to 9.0.309, added SDK requirement documentation, changed rollForward from "latestFeature" to "latestMinor"
  • New install-dotnet.yml template with useGlobalJson: true replaces hardcoded SDK versions
  • ARM64 architecture support via install-dotnet-arm64.ps1

Pipeline Templates (13 files):
All CI/CD jobs now reference global.json instead of inline versions:

  • Build jobs: ci-build-nugets-job.yml, ci-code-coverage-job.yml, ci-run-tests-job.yml
  • Steps: ci-prebuild-step.yml, ci-project-build-step.yml, pre-build-step.yml, build-all-configurations-signed-dlls-step.yml, prepare-test-db-step.yml
  • Core: dotnet-sqlclient-ci-core.yml
  • Stress tests: stress-tests-ci-job.yml, stress-tests-ci-stage.yml

Additional:

  • .github/workflows/codeql.yml: Uses global-json-file parameter
  • BUILDGUIDE.md: Added SDK requirements section
  • .editorconfig: Shell script formatting rules

Impact: Single source of truth for SDK versions, simplified pipeline maintenance, consistent rollForward behavior.

Issues

Backport of #3927.

Testing

Pipeline changes will be validated by CI runs. No functional code changes—only build infrastructure.

Guidelines


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@paulmedynski
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

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.

2 participants