aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.MSTestSupport
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/WixInternal.MSTestSupport')
-rw-r--r--src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs b/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs
index 8f3fecd9..516143dd 100644
--- a/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs
+++ b/src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs
@@ -30,7 +30,8 @@ namespace WixInternal.MSTestSupport
30 30
31 if (binlog) 31 if (binlog)
32 { 32 {
33 MsbuildUtilities.GetQuotedSwitch(buildSystem, "bl", Path.ChangeExtension(projectPath, ".binlog")); 33 var binlogSwitch = MsbuildUtilities.GetQuotedSwitch(buildSystem, "bl", Path.ChangeExtension(projectPath, ".binlog"));
34 allArgs.Add(binlogSwitch);
34 } 35 }
35 36
36 if (arguments != null) 37 if (arguments != null)