Search code examples
c#buildgithub-actionsbuilding-github-actions

How to use the Cake build system with GitHub Action


I want to use the Cake build system for building my project and I want use it in GitHub action for helping continuous integration and more.

But I couldn't find any useful document to what are you doing. Is there one?

Is there any documentation or best practice about this?

I searched for it, but I did not find anything useful.


Solution

  • After some working I found some useful information about it in the GitHub Cake project