diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-26 15:11:40 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-26 15:11:40 -0800 |
| commit | 1d6ff8af3c423ee4622185edc986ae5caad6b122 (patch) | |
| tree | 0fd320bb2e249da3a2fbebcd3e0aa49879aa27b0 /src/WixToolset.BuildTasks | |
| parent | ecf3a0cca5a424a91ab98557d963d2535963d582 (diff) | |
| download | wix-1d6ff8af3c423ee4622185edc986ae5caad6b122.tar.gz wix-1d6ff8af3c423ee4622185edc986ae5caad6b122.tar.bz2 wix-1d6ff8af3c423ee4622185edc986ae5caad6b122.zip | |
Standardize creation of public objects in move towards interfaces
Diffstat (limited to 'src/WixToolset.BuildTasks')
| -rw-r--r-- | src/WixToolset.BuildTasks/DoIt.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.BuildTasks/DoIt.cs b/src/WixToolset.BuildTasks/DoIt.cs index aabd92b5..aa01f6ec 100644 --- a/src/WixToolset.BuildTasks/DoIt.cs +++ b/src/WixToolset.BuildTasks/DoIt.cs | |||
| @@ -157,7 +157,6 @@ namespace WixToolset.BuildTasks | |||
| 157 | commandLineBuilder.AppendSwitchIfNotNull("-contentsfile ", this.BindContentsFile); | 157 | commandLineBuilder.AppendSwitchIfNotNull("-contentsfile ", this.BindContentsFile); |
| 158 | commandLineBuilder.AppendSwitchIfNotNull("-outputsfile ", this.BindOutputsFile); | 158 | commandLineBuilder.AppendSwitchIfNotNull("-outputsfile ", this.BindOutputsFile); |
| 159 | commandLineBuilder.AppendSwitchIfNotNull("-builtoutputsfile ", this.BindBuiltOutputsFile); | 159 | commandLineBuilder.AppendSwitchIfNotNull("-builtoutputsfile ", this.BindBuiltOutputsFile); |
| 160 | commandLineBuilder.AppendSwitchIfNotNull("-wixprojectfile ", this.WixProjectFile); | ||
| 161 | 160 | ||
| 162 | commandLineBuilder.AppendIfTrue("-bindFiles", this.BindFiles); | 161 | commandLineBuilder.AppendIfTrue("-bindFiles", this.BindFiles); |
| 163 | commandLineBuilder.AppendArrayIfNotNull("-bindPath ", this.CalculateBindPathStrings()); | 162 | commandLineBuilder.AppendArrayIfNotNull("-bindPath ", this.CalculateBindPathStrings()); |
