Skip to content

Conversation

@devlead
Copy link
Owner

@devlead devlead commented Dec 17, 2025

  • Replace Cake.Tool with Cake.Sdk@6.0.0
  • Remove .config/dotnet-tools.json (no longer needed with SDK)
  • Rename build.cake to cake.cs and update to SDK syntax
  • Convert build/helpers.cake and build/records.cake to .cs files
  • Update GitHub Actions workflow to use file-path instead of cake-version
  • Use InstallTool() for GitVersion.Tool and DPI instead of #tool directive
  • Update GitHub Actions integration to use static GitHubActions access
  • Make environment variable properties nullable in BuildData record
  • Update package versions: Cake.Bridge.DependencyInjection, Devlead.Console, Microsoft.Extensions.Http

- Replace Cake.Tool with Cake.Sdk@6.0.0
- Remove .config/dotnet-tools.json (no longer needed with SDK)
- Rename build.cake to cake.cs and update to SDK syntax
- Convert build/helpers.cake and build/records.cake to .cs files
- Update GitHub Actions workflow to use file-path instead of cake-version
- Use InstallTool() for GitVersion.Tool and DPI instead of #tool directive
- Update GitHub Actions integration to use static GitHubActions access
- Make environment variable properties nullable in BuildData record
- Update package versions: Cake.Bridge.DependencyInjection, Devlead.Console, Microsoft.Extensions.Http
@devlead devlead merged commit 0fd8b51 into develop Dec 17, 2025
7 of 8 checks 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