diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-25 19:43:09 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-02-25 20:21:23 -0500 |
| commit | 918332a0e80e8761eca20e801ae7ce3631fdbaea (patch) | |
| tree | c4b9ae147242c1e3830ba2f9443acfe0dcf20958 /src/test/burn/TestBA | |
| parent | 92714e7949c41db4c17e6bd87c919ef4b3dc34f7 (diff) | |
| download | wix-918332a0e80e8761eca20e801ae7ce3631fdbaea.tar.gz wix-918332a0e80e8761eca20e801ae7ce3631fdbaea.tar.bz2 wix-918332a0e80e8761eca20e801ae7ce3631fdbaea.zip | |
Handle scope of configurable-scope BundlePackages.
Fixes https://github.com/wixtoolset/issues/issues/9233
Diffstat (limited to 'src/test/burn/TestBA')
| -rw-r--r-- | src/test/burn/TestBA/TestBA.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestBA/TestBA.cs b/src/test/burn/TestBA/TestBA.cs index abab863a..31dbeb9d 100644 --- a/src/test/burn/TestBA/TestBA.cs +++ b/src/test/burn/TestBA/TestBA.cs | |||
| @@ -227,7 +227,7 @@ namespace WixToolset.Test.BA | |||
| 227 | 227 | ||
| 228 | protected override void OnDetectBegin(DetectBeginEventArgs args) | 228 | protected override void OnDetectBegin(DetectBeginEventArgs args) |
| 229 | { | 229 | { |
| 230 | this.Log("OnDetectBegin"); | 230 | this.Log($"OnDetectBegin: Cached={args.Cached}, RegistrationType={args.RegistrationType}, PackageCount={args.PackageCount}"); |
| 231 | 231 | ||
| 232 | this.forceUpdateSource = this.ReadPackageAction(null, "ForceUpdateSource"); | 232 | this.forceUpdateSource = this.ReadPackageAction(null, "ForceUpdateSource"); |
| 233 | if (!String.IsNullOrEmpty(this.forceUpdateSource)) | 233 | if (!String.IsNullOrEmpty(this.forceUpdateSource)) |
