发布

  • fix(core): ensure task environments are processed properly in dte (#30862)

    frostbyte_neo 发布于 2025-04-25 00:08:34 +00:00

    Current Behavior

    The new DTE APIs are missing a few things related to task environments.
    Firstly, even though it processes task envs.. they are not stored on the
    processedTasks map. Thus, the task env is not actually used to run
    tasks. Secondly, some environment variables are not set during dte..
    which used to.

    Expected Behavior

    The.2 things that are missing are now back. The map is populated with
    the task envs and the environment variables are set based on the args.

    Related Issue(s)

    Fixes #

    下载附件