From edccb203c421d2bd820062024088c6698424d9ee Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 4 Feb 2026 20:47:04 -0500 Subject: Support dual-purpose packages in Burn. Fixes https://github.com/wixtoolset/issues/issues/8958 --- .../WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs') diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs index a1f8bfe0..7a5a4cfd 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperCommand.cs @@ -19,6 +19,11 @@ namespace WixToolset.BootstrapperApplicationApi /// Display Display { get; } + /// + /// Gets the bundle scope if set at the command line. + /// + BundleScope Scope { get; } + /// /// Gets the command line arguments. /// -- cgit v1.2.3-55-g6feb