summaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs')
-rw-r--r--src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs b/src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs
index 19b5183b..950ee4bd 100644
--- a/src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs
+++ b/src/internal/WixBuildTools.TestSupport/ExternalExecutableResult.cs
@@ -12,6 +12,8 @@ namespace WixBuildTools.TestSupport
12 12
13 public string[] StandardOutput { get; set; } 13 public string[] StandardOutput { get; set; }
14 14
15 public ProcessStartInfo StartInfo { get; set; } 15 public string FileName { get; set; }
16
17 public string Arguments { get; set; }
16 } 18 }
17} 19}