diff options
author | Bob Arnson <bob@firegiant.com> | 2019-01-16 22:53:19 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2019-01-16 22:56:07 -0500 |
commit | 28779cbbaa5fcba61009d416654345d50a96fa91 (patch) | |
tree | 227487e9dac45abaa971425723bd94aadd9c4173 /src/WixToolset.BuildTasks/DoIt.cs | |
parent | 7d174960818d9d13b244ee3e7342588a2f71df63 (diff) | |
download | wix-28779cbbaa5fcba61009d416654345d50a96fa91.tar.gz wix-28779cbbaa5fcba61009d416654345d50a96fa91.tar.bz2 wix-28779cbbaa5fcba61009d416654345d50a96fa91.zip |
Plumb InstallerPlatform through MSBuild task.
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); |