diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/BuildCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/BuildCommand.cs b/src/WixToolset.Core/CommandLine/BuildCommand.cs index 5ee60984..023a3c1e 100644 --- a/src/WixToolset.Core/CommandLine/BuildCommand.cs +++ b/src/WixToolset.Core/CommandLine/BuildCommand.cs | |||
@@ -591,7 +591,7 @@ namespace WixToolset.Core.CommandLine | |||
591 | this.OutputType = Path.GetExtension(this.OutputFile); | 591 | this.OutputType = Path.GetExtension(this.OutputFile); |
592 | } | 592 | } |
593 | 593 | ||
594 | switch (this.OutputType.ToLowerInvariant()) | 594 | switch (this.OutputType?.ToLowerInvariant()) |
595 | { | 595 | { |
596 | case "bundle": | 596 | case "bundle": |
597 | case ".exe": | 597 | case ".exe": |