diff options
Diffstat (limited to 'src/TestBA')
| -rw-r--r-- | src/TestBA/TestBA.cs | 5 | ||||
| -rw-r--r-- | src/TestBA/TestBA.csproj | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/TestBA/TestBA.cs b/src/TestBA/TestBA.cs index 12e027b2..f86a5807 100644 --- a/src/TestBA/TestBA.cs +++ b/src/TestBA/TestBA.cs | |||
| @@ -236,6 +236,11 @@ namespace WixToolset.Test.BA | |||
| 236 | } | 236 | } |
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | protected override void OnDetectRelatedBundle(DetectRelatedBundleEventArgs args) | ||
| 240 | { | ||
| 241 | this.Log("OnDetectRelatedBundle() - id: {0}, missing from cache: {1}", args.ProductCode, args.MissingFromCache); | ||
| 242 | } | ||
| 243 | |||
| 239 | protected override void OnElevateBegin(ElevateBeginEventArgs args) | 244 | protected override void OnElevateBegin(ElevateBeginEventArgs args) |
| 240 | { | 245 | { |
| 241 | if (this.explicitlyElevateAndPlanFromOnElevateBegin) | 246 | if (this.explicitlyElevateAndPlanFromOnElevateBegin) |
diff --git a/src/TestBA/TestBA.csproj b/src/TestBA/TestBA.csproj index 7196ba1b..72136230 100644 --- a/src/TestBA/TestBA.csproj +++ b/src/TestBA/TestBA.csproj | |||
| @@ -19,6 +19,6 @@ | |||
| 19 | </ItemGroup> | 19 | </ItemGroup> |
| 20 | 20 | ||
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.51" /> | 22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.52" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> \ No newline at end of file | 24 | </Project> \ No newline at end of file |
