From eb53852d7ae6838e54525eb57df1d8ce8a722f9b Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 24 Jun 2022 12:28:27 -0500 Subject: Add longPathAware to Burn manifest to support long paths. Fixes 3455 --- src/test/burn/WixTestTools/TestTool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/burn/WixTestTools/TestTool.cs') diff --git a/src/test/burn/WixTestTools/TestTool.cs b/src/test/burn/WixTestTools/TestTool.cs index eb77c75b..79e7004c 100644 --- a/src/test/burn/WixTestTools/TestTool.cs +++ b/src/test/burn/WixTestTools/TestTool.cs @@ -229,7 +229,7 @@ namespace WixTestTools returnValue.AppendLine("Tool run result:"); returnValue.AppendLine("----------------"); returnValue.AppendLine("Command:"); - returnValue.AppendLine($"\"{result.StartInfo.FileName}\" {result.StartInfo.Arguments}"); + returnValue.AppendLine($"\"{result.FileName}\" {result.Arguments}"); returnValue.AppendLine(); returnValue.AppendLine("Standard Output:"); foreach (var line in result.StandardOutput ?? new string[0]) -- cgit v1.2.3-55-g6feb