diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-26 17:33:06 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-26 17:33:06 -0800 |
commit | 9813f0b4054ab0c003529699d1a467db90395980 (patch) | |
tree | 07ef0d53cfebdb17d53ec146e1941a55f71e29f8 /src/WixToolset.Core/CommandLine/BuildCommand.cs | |
parent | eee0773fc35c4c2d37c95186f4bf686dcb1c8d8b (diff) | |
download | wix-9813f0b4054ab0c003529699d1a467db90395980.tar.gz wix-9813f0b4054ab0c003529699d1a467db90395980.tar.bz2 wix-9813f0b4054ab0c003529699d1a467db90395980.zip |
Integrate rename of "Wixout" to "IntermediatePostLink"
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 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 | ||