Closed guybedford closed 2 years ago
When one task depends on another, and the task target is defined by the first task, we should let the mtime be computed after the dependency job completion cause the next task to not run per the invalidation rules.
I've managed to work around this for directories via lazy directory creation for now.
When one task depends on another, and the task target is defined by the first task, we should let the mtime be computed after the dependency job completion cause the next task to not run per the invalidation rules.