aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CompileCommand.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-07-05 17:40:01 -0700
committerRob Mensching <rob@firegiant.com>2020-07-08 15:18:09 -0700
commite4d3a0d14dec69fd110394b361274de86f61afa2 (patch)
tree8ac76d214f2743eb2dfbed774d3c3f57f67dcdba /src/WixToolset.Core/CommandLine/CompileCommand.cs
parent19a9744adcf70d75d4a7e9c4e426f6e379d3b7b3 (diff)
downloadwix-e4d3a0d14dec69fd110394b361274de86f61afa2.tar.gz
wix-e4d3a0d14dec69fd110394b361274de86f61afa2.tar.bz2
wix-e4d3a0d14dec69fd110394b361274de86f61afa2.zip
Remove unused property
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CompileCommand.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/CompileCommand.cs1
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