Skip to content

Conversation

@devlead
Copy link
Owner

@devlead devlead commented Dec 19, 2025

  • Convert build.cake to cake.cs using Cake SDK 6.0.0
  • Migrate build/helpers.cake to build/helpers.cs
  • Rename build/records.cake to build/records.cs and update to C# syntax
  • Remove .config/dotnet-tools.json (no longer needed with SDK)
  • Update GitHub Actions workflow to use file-path instead of tool-manifest
  • Replace context.GitHubActions() with static GitHubActions access
  • Update DPI tool invocation from DotNetTool to Command API
  • Make environment variable properties nullable in BuildData record
  • Change ExtensionHelper visibility from private to internal

- Convert build.cake to cake.cs using Cake SDK 6.0.0
- Migrate build/helpers.cake to build/helpers.cs
- Rename build/records.cake to build/records.cs and update to C# syntax
- Remove .config/dotnet-tools.json (no longer needed with SDK)
- Update GitHub Actions workflow to use file-path instead of tool-manifest
- Replace context.GitHubActions() with static GitHubActions access
- Update DPI tool invocation from DotNetTool to Command API
- Make environment variable properties nullable in BuildData record
- Change ExtensionHelper visibility from private to internal
@devlead devlead merged commit 6ca2ba5 into develop Dec 19, 2025
1 check passed
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