From 9813f0b4054ab0c003529699d1a467db90395980 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 26 Dec 2017 17:33:06 -0800 Subject: Integrate rename of "Wixout" to "IntermediatePostLink" --- src/WixToolset.Core/CommandLine/BuildCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs') 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 library?.Save(this.OutputPath); } - else if (this.OutputType == OutputType.Wixout) + else if (this.OutputType == OutputType.IntermediatePostLink) { var output = this.LinkPhase(intermediates); -- cgit v1.2.3-55-g6feb