Cake.Recipe is a set of convention based build scripts, which are delivered as a NuGet Package, which can then be consumed by Cake, via the #load
preprocessor directive.
Cake.Recipe runs under both .Net Framework and .Net Core.
Recipe Functionality
- Issue Management
- Creating a release
- Creating a pre-release
- Creating packages
- Previewing documentation
- Publishing documentation
- Cleaning cache
- Code coverage reports
Cake.Recipe tools
Cake.Recipe combines the usage of a number of different tools to provide its feature. These include:
- Codecov
- Coveralls
- GiReleaseManager
- GitVersion
- ReSharperTools
- KuduSync
- Wyam
- Xunit
- NUnit
- OpenCover
- ReportGenerator
- ReportUnit
- Cake.Issues