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
After updating to FAKE 4.3.1 I got weird behavior regarding the build order.
The resulting build order is calculated correctly showing Clean and Prepare as first Targets to be executed.
But then FAKE starts with the Target Core instead of the displayed build order, it simply skips Clean and Prepare.
Fake 4.2 shows the same behavior.
When I switch back to FAKE 4.1 it works correctly and starts with Clean. Am I doing something wrong regarding the dependencies or is this a bug? Could this be caused by the new soft dependencies feature?
After updating to FAKE 4.3.1 I got weird behavior regarding the build order.
The resulting build order is calculated correctly showing
Clean
andPrepare
as first Targets to be executed.But then FAKE starts with the Target
Core
instead of the displayed build order, it simply skipsClean
andPrepare
.Fake 4.2 shows the same behavior.
When I switch back to FAKE 4.1 it works correctly and starts with
Clean
. Am I doing something wrong regarding the dependencies or is this a bug? Could this be caused by the new soft dependencies feature?Here the targets (exemplary):
The FAKE output:
And then it starts directly with
Core
instead ofClean
:The text was updated successfully, but these errors were encountered: