Pin CI workflows and build script to .NET SDK 10.0.300#578
Merged
Conversation
Closed
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/15e8fbea-a112-4a8e-8d41-1959a307eb48 Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update all pipelines to use .NET SDK 10.0.300
Pin all CI pipelines to .NET SDK 10.0.300
May 17, 2026
Collaborator
|
@copilot а если везде поставить |
Contributor
Author
В текущем виде пайплайнов — не везде. |
xperiandri
reviewed
May 17, 2026
Collaborator
|
@copilot you forgot build.fsproj |
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/12aa4c72-c4f4-4ad8-88e2-80e7fa882b76 Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
Contributor
Author
Исправил: добавил это в build-часть — в |
Copilot
AI
changed the title
Pin all CI pipelines to .NET SDK 10.0.300
Pin CI workflows and build script to .NET SDK 10.0.300
May 17, 2026
xperiandri
approved these changes
May 17, 2026
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.
This updates repository automation to consistently use .NET SDK
10.0.300, replacing mixed SDK declarations (10.0.202and10.x) that could produce non-deterministic behavior.Pipeline SDK version alignment
.github/workflows/pull-request.yml.github/workflows/publish-ci.yml.github/workflows/publish-release.yml.github/workflows/copilot-setup-steps.ymlBuild script SDK alignment
build/Program.fs(DotNetCli.setVersion) from10.0.202to10.0.300sobuild/Build.fsprojexecution matches CI SDK pinning.Resulting configuration pattern