The following contains all the pieces of core information that you will need in order to use Cake.Recipe.
| recipe.cake file | The entry point for getting started with Cake.Recipe |
| Pre-processor Directive | Responsible for downloading the Cake.Recipe NuGet package |
| SetVariableNames Method | Override the default names of the environment variables used by Cake.Recipe |
| SetParameters Method | Override the parameter values used by Cake.Recipe |
| PrintParameters Method | Prints the values of all parameters used by Cake.Recipe |
| SetToolSettings Method | Override the default tool settings used by Cake.Recipe |
| Build Method | Begin the execution of Cake.Recipe |
| Environment Variables | A list of all the environment variables used by Cake.Recipe |