Closed CharliePoole closed 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:
RunTarget()
:tada: This issue has been resolved in version 1.1.0 :tada:
The release is available on:
Currently, the last line of the build.cake file must invoke the target, as follows...
This could be improved in one of two ways:
RunTarget()