发布

  • fix(core): create different dummy tasks for different parent tasks an… (#28923)

    frostbyte_neo 发布于 2024-11-13 16:53:59 +00:00

    …d dependency targets

    Current Behavior

    Dummy tasks are given an ID containing the parent task's target.
    Multiple parent tasks can create the same dummy task which overrides
    other dummy tasks.

    Expected Behavior

    Dummy tasks are given an ID containing the dependency and the parent
    tasks's name. This means different parent tasks will create different
    dummy tasks instead of overriding other ones.

    Related Issue(s)

    Fixes #

    下载附件