diff --git a/Sources/SWBTaskConstruction/TaskProducers/OtherTaskProducers/CustomTaskProducer.swift b/Sources/SWBTaskConstruction/TaskProducers/OtherTaskProducers/CustomTaskProducer.swift index fa1b5686..a2c06777 100644 --- a/Sources/SWBTaskConstruction/TaskProducers/OtherTaskProducers/CustomTaskProducer.swift +++ b/Sources/SWBTaskConstruction/TaskProducers/OtherTaskProducers/CustomTaskProducer.swift @@ -78,7 +78,8 @@ final class CustomTaskProducer: PhasedTaskProducer, TaskProducer { outputs: outputs, execDescription: context.settings.globalScope.evaluate(customTask.executionDescription), preparesForIndexing: customTask.preparesForIndexing, - enableSandboxing: customTask.enableSandboxing) + enableSandboxing: customTask.enableSandboxing, + showEnvironment: true) } }