ci(pipeline): pin .NET 10 SDK to global.json version - #3010
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e18b190-bdba-4d76-97af-b191dbd6c960
Ramses Sanchez-Hernandez (ramsessanchez)
approved these changes
Aug 11, 2026
|
Gavin Barron (gavinbarron)
enabled auto-merge (squash)
August 11, 2026 22:02
Adrian (adrian05-ms)
approved these changes
Aug 11, 2026
Merged
Vincent Biret (baywet)
added a commit
that referenced
this pull request
Aug 12, 2026
* ci(pipeline): pin .NET 10 SDK to global.json version (#3010) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e18b190-bdba-4d76-97af-b191dbd6c960 * ci: updates dnf version --------- Co-authored-by: Gavin Barron <gavinbarron@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e18b190-bdba-4d76-97af-b191dbd6c960
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Updates the "Use .NET 10" task in the ADO pipeline (
.azure-pipelines/ci-build.yml) to install the exact .NET SDK version requested byglobal.json(10.0.302) instead of the floating10.x.Changes
version: 10.xwithuseGlobalJson: trueon theUseDotNet@2task. The task now resolves the SDK version from the repo'sglobal.json, keeping the pipeline aligned with the pinned SDK automatically.