diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-01-13 09:10:13 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-01-13 14:19:45 -0800 |
| commit | 94b941ee95a294228516097c269e27dfa41593ab (patch) | |
| tree | 208cb36a5a6a3e17f5d458cfaa679d6ca1a76e15 /src/WixToolset.Core/CommandLine | |
| parent | a2b1235d9c0dfba48b1badac428d89d1137da698 (diff) | |
| download | wix-94b941ee95a294228516097c269e27dfa41593ab.tar.gz wix-94b941ee95a294228516097c269e27dfa41593ab.tar.bz2 wix-94b941ee95a294228516097c269e27dfa41593ab.zip | |
Provide Record enumerator on View that disposes fetched Records
Diffstat (limited to 'src/WixToolset.Core/CommandLine')
| -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": |
