diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2018-08-28 17:14:27 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@joyofsetup.com> | 2018-08-28 17:14:27 -0400 |
| commit | 8a20ec988b05b9fe6312bf3d39098a00c6b46ef1 (patch) | |
| tree | d6ce53aa962bc39887d37a1dec1c93f4f9829da1 /src/WixToolset.BuildTasks | |
| parent | 31f384f1629da03582dcfd8248ab435959cd1e0d (diff) | |
| download | wix-8a20ec988b05b9fe6312bf3d39098a00c6b46ef1.tar.gz wix-8a20ec988b05b9fe6312bf3d39098a00c6b46ef1.tar.bz2 wix-8a20ec988b05b9fe6312bf3d39098a00c6b46ef1.zip | |
Support warning suppression.
Diffstat (limited to 'src/WixToolset.BuildTasks')
| -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); |
