diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/test/burn/WixToolset.WixBA/WixBA.cs | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/test/burn/WixToolset.WixBA/WixBA.cs')
| -rw-r--r-- | src/test/burn/WixToolset.WixBA/WixBA.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/WixToolset.WixBA/WixBA.cs b/src/test/burn/WixToolset.WixBA/WixBA.cs index dca12ce8..a98bfa36 100644 --- a/src/test/burn/WixToolset.WixBA/WixBA.cs +++ b/src/test/burn/WixToolset.WixBA/WixBA.cs | |||
| @@ -104,7 +104,7 @@ namespace WixToolset.WixBA | |||
| 104 | public static void Plan(LaunchAction action) | 104 | public static void Plan(LaunchAction action) |
| 105 | { | 105 | { |
| 106 | WixBA.Model.PlannedAction = action; | 106 | WixBA.Model.PlannedAction = action; |
| 107 | WixBA.Model.Engine.Plan(WixBA.Model.PlannedAction); | 107 | WixBA.Model.Engine.Plan(WixBA.Model.PlannedAction, BundleScope.Default); |
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | public static void PlanLayout() | 110 | public static void PlanLayout() |
