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
I have searched issues to ensure it has not already been reported
Cake runner
Cake .NET Tool
Cake version
3.0.0
Operating system
Windows
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
When running multiple targets via the RunTargets method in dotnet cake v3.0.0, the SetupContext.TasksToExecute property passed to the script's Setup delegate only lists the tasks that will be run for the first target specified, rather than the tasks to run for all specified targets.
What is expected?
I would expect the SetupContext.TasksToExecute property to contain all tasks that will be run across all specified targets rather than just the first target.
----------------------------------------
Setup
----------------------------------------
Tasks to run: A
========================================
A
========================================
Running A
========================================
B
========================================
Running B
Output log
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Cake runner
Cake .NET Tool
Cake version
3.0.0
Operating system
Windows
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
When running multiple targets via the
RunTargets
method indotnet cake
v3.0.0, theSetupContext.TasksToExecute
property passed to the script'sSetup
delegate only lists the tasks that will be run for the first target specified, rather than the tasks to run for all specified targets.What is expected?
I would expect the
SetupContext.TasksToExecute
property to contain all tasks that will be run across all specified targets rather than just the first target.Steps to Reproduce
Resulting output when running
dotnet cake
is:Output log
No response
The text was updated successfully, but these errors were encountered: