diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/BuildCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/BuildCommand.cs b/src/WixToolset.Core/CommandLine/BuildCommand.cs index 04a55264..4064a23c 100644 --- a/src/WixToolset.Core/CommandLine/BuildCommand.cs +++ b/src/WixToolset.Core/CommandLine/BuildCommand.cs | |||
@@ -227,7 +227,6 @@ namespace WixToolset.Core.CommandLine | |||
227 | 227 | ||
228 | var context = this.ServiceProvider.GetService<ICompileContext>(); | 228 | var context = this.ServiceProvider.GetService<ICompileContext>(); |
229 | context.Extensions = this.ExtensionManager.GetServices<ICompilerExtension>(); | 229 | context.Extensions = this.ExtensionManager.GetServices<ICompilerExtension>(); |
230 | context.OutputPath = sourceFile.OutputPath; | ||
231 | context.Platform = this.Platform; | 230 | context.Platform = this.Platform; |
232 | context.Source = document; | 231 | context.Source = document; |
233 | context.CancellationToken = cancellationToken; | 232 | context.CancellationToken = cancellationToken; |