-
fix(core): make sure env vars specified in run-commands envFile option take priority over other loaded env files (#27583)
发布于
2024-08-27 17:05:47 +00:00 Current Behavior
When you specify the
envFileproperty on anx:run-commandsexecutor,
values in that file don't override values from other loaded env files
(like.envand others that are loaded by the task runner).Expected Behavior
envFilecontents should take precedence. The properties specified in
theenvoption should still override this.Related Issue(s)
Fixes #
下载附件