diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/DoIt.cs')
-rw-r--r-- | src/WixToolset.BuildTasks/DoIt.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/DoIt.cs b/src/WixToolset.BuildTasks/DoIt.cs index ac0f895c..7089ff12 100644 --- a/src/WixToolset.BuildTasks/DoIt.cs +++ b/src/WixToolset.BuildTasks/DoIt.cs | |||
@@ -159,6 +159,7 @@ namespace WixToolset.BuildTasks | |||
159 | 159 | ||
160 | commandLineBuilder.AppendTextUnquoted("build"); | 160 | commandLineBuilder.AppendTextUnquoted("build"); |
161 | 161 | ||
162 | commandLineBuilder.AppendSwitchIfNotNull("-platform ", this.InstallerPlatform); | ||
162 | commandLineBuilder.AppendSwitchIfNotNull("-out ", this.OutputFile); | 163 | commandLineBuilder.AppendSwitchIfNotNull("-out ", this.OutputFile); |
163 | commandLineBuilder.AppendSwitchIfNotNull("-outputType ", this.OutputType); | 164 | commandLineBuilder.AppendSwitchIfNotNull("-outputType ", this.OutputType); |
164 | commandLineBuilder.AppendIfTrue("-nologo", this.NoLogo); | 165 | commandLineBuilder.AppendIfTrue("-nologo", this.NoLogo); |