From e4d3a0d14dec69fd110394b361274de86f61afa2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 5 Jul 2020 17:40:01 -0700 Subject: Remove unused property --- src/WixToolset.Core/CommandLine/BuildCommand.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/WixToolset.Core/CommandLine/BuildCommand.cs') 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 var context = this.ServiceProvider.GetService(); context.Extensions = this.ExtensionManager.GetServices(); - context.OutputPath = sourceFile.OutputPath; context.Platform = this.Platform; context.Source = document; context.CancellationToken = cancellationToken; -- cgit v1.2.3-55-g6feb