ci: migrate pipeline to Cake Frosting build #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/cake-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the raw dotnet commands in the Forgejo CI/CD workflows with a
Cake Frosting build project (build/) that owns restore, build, test,
per-runtime self-contained publish, and the Forgejo release + asset
upload (via HttpClient/System.Text.Json instead of curl + grep).
ci.yml now runs
--target=Test; cd.yml collapses its three jobs into asingle
--target=Releasestep. Adds build.sh/build.ps1 wrappers.Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com