You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@huw-dhcw Currently the name of the task is always in the first match group of the regex. With the introduction of the | it could be either the first or the second. Also, your regex probably matches a bit too much, I guess. (It would result in a task name of TestTasks.GenerateReport)
If all your tasks are set up using nameof, you could try to change the setting of cake.taskRunner.taskRegularExpression in your project to something like Task\s*?\(\s*?nameof\s*?\(\s*?(?:\w+\.)+(\w*?)\s*?\)\s*?\)
The following will be decorated with the "run task" and "debug task" shortcuts
However this will not:
The text was updated successfully, but these errors were encountered: