aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r--src/WixToolset.Core/CommandLine/CommandLineParser.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLineParser.cs b/src/WixToolset.Core/CommandLine/CommandLineParser.cs
index da0e979c..65aea1fc 100644
--- a/src/WixToolset.Core/CommandLine/CommandLineParser.cs
+++ b/src/WixToolset.Core/CommandLine/CommandLineParser.cs
@@ -323,6 +323,11 @@ namespace WixToolset.Core.CommandLine
323 } 323 }
324 } 324 }
325 325
326 foreach (var extension in extensions)
327 {
328 extension.PostParse();
329 }
330
326 return this; 331 return this;
327 } 332 }
328 333