RAR attempts to avoid logging task inputs and outputs when LogTaskInputs is set:
|
if (Traits.Instance.EscapeHatches.LogTaskInputs) |
However I've just realized this may not properly propagate to node processes. We need a way to reliably extract this information from a task.
RAR attempts to avoid logging task inputs and outputs when LogTaskInputs is set:
msbuild/src/Tasks/AssemblyDependency/ResolveAssemblyReference.cs
Line 1317 in 38da84d
However I've just realized this may not properly propagate to node processes. We need a way to reliably extract this information from a task.