diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLine.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/WixToolset.Core/CommandLine/CommandLine.cs index cac54091..c95a2db4 100644 --- a/src/WixToolset.Core/CommandLine/CommandLine.cs +++ b/src/WixToolset.Core/CommandLine/CommandLine.cs | |||
@@ -195,7 +195,7 @@ namespace WixToolset.Core | |||
195 | var bindPathList = GatherBindPaths(bindPaths); | 195 | var bindPathList = GatherBindPaths(bindPaths); |
196 | var extensions = cli.ExtensionManager; | 196 | var extensions = cli.ExtensionManager; |
197 | var type = CalculateOutputType(outputType, outputFile); | 197 | var type = CalculateOutputType(outputType, outputFile); |
198 | return new BuildCommand(sourceFiles, variables, locFiles, libraryFiles, outputFile, type, cultures, bindFiles, bindPathList, intermediateFolder, contentsFile, outputsFile, builtOutputsFile, wixProjectFile); | 198 | return new BuildCommand(extensions, sourceFiles, variables, locFiles, libraryFiles, outputFile, type, cultures, bindFiles, bindPathList, intermediateFolder, contentsFile, outputsFile, builtOutputsFile, wixProjectFile); |
199 | } | 199 | } |
200 | 200 | ||
201 | case Commands.Compile: | 201 | case Commands.Compile: |