The cake directory contains scripts that were previously included by build.cake and used to build the runner. They are no longer used and should be removed. In addition, build.cake includes extra targets, which depend on those scripts but no longer work. All building is now done using NUnit.Cake.Recipe.
Additionally, although the script help target explains how to use the recipe, it would be helpful to have visible information somewhere that tells the user how to display the help information.
The
cakedirectory contains scripts that were previously included bybuild.cakeand used to build the runner. They are no longer used and should be removed. In addition,build.cakeincludes extra targets, which depend on those scripts but no longer work. All building is now done usingNUnit.Cake.Recipe.Additionally, although the script help target explains how to use the recipe, it would be helpful to have visible information somewhere that tells the user how to display the help information.