TestCentric / TestCentric.Cake.Recipe

MIT License
0 stars 0 forks source link

Provide a simpler way to run the selected target #63

Closed CharliePoole closed 9 months ago

CharliePoole commented 9 months ago

Currently, the last line of the build.cake file must invoke the target, as follows...

RunTarget(CommandLineOptions.Target.Value);

This could be improved in one of two ways:

  1. Encapsulate in a single call, e.g. RunTarget()
  2. Provide a selection of execution modes, similar to cake-contrib/cake.recipe.
CharliePoole commented 9 months ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on: