Skip to content

CI jobs - allow preview versions of .NET #18648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged

CI jobs - allow preview versions of .NET #18648

merged 1 commit into from
Jun 2, 2025

Conversation

T-Gro
Copy link
Member

@T-Gro T-Gro commented Jun 2, 2025

With the move to latest arcade, we can occassionaly be getting updates to global.json which specify a preview version of .NET.

As of now, such pushes will crash CI jobs that happen to use the UseDotNet@2 task. The ones using build script work just fine as of now already.

This changes the config includePreviewVersions for the task to allow preview versions

With the move to latest arcade, we can occassionaly be getting updates to global.json which specify a preview version of .NET.

As of now, such pushes will crash CI jobs that happen to use the `UseDotNet@2` task. The ones using build script work just fine as of now already.

This changes the config `includePreviewVersions` for the task to allow preview versions
@T-Gro T-Gro requested a review from a team as a code owner June 2, 2025 14:18
@T-Gro T-Gro added the NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes label Jun 2, 2025
Copy link
Contributor

github-actions bot commented Jun 2, 2025

⚠️ Release notes required, but author opted out

Warning

Author opted out of release notes, check is disabled for this pull request.
cc @dotnet/fsharp-team-msft

@github-project-automation github-project-automation bot moved this from New to In Progress in F# Compiler and Tooling Jun 2, 2025
@abonie abonie merged commit 573191b into main Jun 2, 2025
40 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in F# Compiler and Tooling Jun 2, 2025
@T-Gro T-Gro deleted the T-Gro-patch-2 branch June 5, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants