Update Cake.Tool to 5.1.0#5190
Merged
Merged
Conversation
Co-authored-by: stevenaw <439844+stevenaw@users.noreply.github.com> Agent-Logs-Url: https://github.com/nunit/nunit/sessions/eff1c2d0-f67d-4b74-995e-4e0592f2ec27
Copilot
AI
changed the title
[WIP] Update cake.tool to latest 5.1.0 version
Update Cake.Tool to 5.1.0
Mar 26, 2026
Member
|
@copilot Please also update |
Co-authored-by: stevenaw <439844+stevenaw@users.noreply.github.com> Agent-Logs-Url: https://github.com/nunit/nunit/sessions/b5ea6ea3-eed1-40bd-924e-f4822f0803fc
Contributor
Author
Member
|
Oops. copilot branched from and tried to PR to the wrong branch. Changed root from |
Member
|
I am going to merge this. The changes were branched by Copilot from main and do bring one additional ticket's worth of changes into the 4.6 branch, however Copilot's changes passed in isolation in CI when targeting the main branch as well as when pointing to the release/4.6 branch, which should ensure reliability |
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.
Incremental update of
cake.toolfrom 4.0.0 to 5.1.0 as a stepping stone toward eventually targeting 6.2.Changes
.config/dotnet-tools.json: Bumpcake.toolfrom4.0.0→5.1.0.config-macos/dotnet-tools.json: Bumpcake.toolfrom4.0.0→5.1.0Notes
No changes required to
build.cake. The existingCake.MinVer 4.0.0addin is functional with Cake 5.1.0 — there is no Cake.MinVer 5.x release yet. Cake 5 will emit a compatibility warning at runtime (Cake.MinVerreferencesCake.Core 4.0.0), but all tasks execute correctly.Cake 5.0 breaking changes (release notes) are limited to dropping .NET 6/7 TFM support, removing obsolete members, and bumping
LatestPotentialBreakingChangeto 5.0.0 — none of which affect this build script.Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.