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 01938ed6..0c8d261c 100644 --- a/src/WixToolset.BuildTasks/DoIt.cs +++ b/src/WixToolset.BuildTasks/DoIt.cs | |||
@@ -145,6 +145,7 @@ namespace WixToolset.BuildTasks | |||
145 | commandLineBuilder.AppendExtensions(this.Extensions, this.ExtensionDirectory, this.ReferencePaths); | 145 | commandLineBuilder.AppendExtensions(this.Extensions, this.ExtensionDirectory, this.ReferencePaths); |
146 | commandLineBuilder.AppendIfTrue("-sval", this.SuppressValidation); | 146 | commandLineBuilder.AppendIfTrue("-sval", this.SuppressValidation); |
147 | commandLineBuilder.AppendArrayIfNotNull("-sice ", this.SuppressIces); | 147 | commandLineBuilder.AppendArrayIfNotNull("-sice ", this.SuppressIces); |
148 | commandLineBuilder.AppendArrayIfNotNull("-sw ", this.SuppressSpecificWarnings); | ||
148 | commandLineBuilder.AppendSwitchIfNotNull("-usf ", this.UnreferencedSymbolsFile); | 149 | commandLineBuilder.AppendSwitchIfNotNull("-usf ", this.UnreferencedSymbolsFile); |
149 | commandLineBuilder.AppendSwitchIfNotNull("-cc ", this.CabinetCachePath); | 150 | commandLineBuilder.AppendSwitchIfNotNull("-cc ", this.CabinetCachePath); |
150 | commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory); | 151 | commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory); |