2 references to UseAutoRunWhenLaunchingProcessUnderCmd
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
591if (!Traits.Instance.EscapeHatches.UseAutoRunWhenLaunchingProcessUnderCmd)
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1470commandLineCommands = $"{(Traits.Instance.EscapeHatches.UseAutoRunWhenLaunchingProcessUnderCmd ? string.Empty : "/D ")}/C \"{batchFileForCommandLine}\"";