diff options
Diffstat (limited to 'src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs')
| -rw-r--r-- | src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs b/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs index d131402d..0dbcc46d 100644 --- a/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs +++ b/src/wix/WixToolset.BuildTasks/ReattachSignedBundleEngine.cs | |||
| @@ -49,8 +49,6 @@ namespace WixToolset.BuildTasks | |||
| 49 | commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory); | 49 | commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory); |
| 50 | 50 | ||
| 51 | base.BuildCommandLine(commandLineBuilder); | 51 | base.BuildCommandLine(commandLineBuilder); |
| 52 | |||
| 53 | commandLineBuilder.AppendTextIfNotWhitespace(this.AdditionalOptions); | ||
| 54 | } | 52 | } |
| 55 | 53 | ||
| 56 | protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands) | 54 | protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands) |
