diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CompileCommand.cs')
| -rw-r--r-- | src/WixToolset.Core/CommandLine/CompileCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/CompileCommand.cs b/src/WixToolset.Core/CommandLine/CompileCommand.cs index d16c7a46..f6f9c623 100644 --- a/src/WixToolset.Core/CommandLine/CompileCommand.cs +++ b/src/WixToolset.Core/CommandLine/CompileCommand.cs | |||
| @@ -79,7 +79,6 @@ namespace WixToolset.Core.CommandLine | |||
| 79 | 79 | ||
| 80 | var compileContext = this.ServiceProvider.GetService<ICompileContext>(); | 80 | var compileContext = this.ServiceProvider.GetService<ICompileContext>(); |
| 81 | compileContext.Extensions = this.ExtensionManager.GetServices<ICompilerExtension>(); | 81 | compileContext.Extensions = this.ExtensionManager.GetServices<ICompilerExtension>(); |
| 82 | compileContext.OutputPath = sourceFile.OutputPath; | ||
| 83 | compileContext.Platform = this.Platform; | 82 | compileContext.Platform = this.Platform; |
| 84 | compileContext.Source = result?.Document; | 83 | compileContext.Source = result?.Document; |
| 85 | 84 | ||
