diff options
Diffstat (limited to 'src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs')
| -rw-r--r-- | src/internal/WixInternal.MSTestSupport/MsbuildUtilities.cs | 3 |
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) |
