aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/BuildCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/BuildCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/BuildCommand.cs b/src/WixToolset.Core/CommandLine/BuildCommand.cs
index b5ad0b0e..1731caaf 100644
--- a/src/WixToolset.Core/CommandLine/BuildCommand.cs
+++ b/src/WixToolset.Core/CommandLine/BuildCommand.cs
@@ -92,7 +92,7 @@ namespace WixToolset.Core.CommandLine
92 92
93 library?.Save(this.OutputPath); 93 library?.Save(this.OutputPath);
94 } 94 }
95 else if (this.OutputType == OutputType.Wixout) 95 else if (this.OutputType == OutputType.IntermediatePostLink)
96 { 96 {
97 var output = this.LinkPhase(intermediates); 97 var output = this.LinkPhase(intermediates);
98 98