Skip to content

Conversation

ssparach
Copy link
Contributor

Summary

This change corrects the construction of the packageFamilyName for the main and singleton packages in DeploymentManager.cpp. Previously, the package family names were being built incorrectly, which caused the DeploymentManager to incorrectly determine that these packages were not installed. As a result, the deployment status was reported as PackageInstallRequired instead of Ok.

Details
• Fixed the logic that formats the version tag and constructs the packageFamilyName for main and singleton packages.
• With the corrected names, DeploymentManager now accurately detects installed packages and returns the correct deployment status.

Testing

The fix was validated in the debugger: after the change, the deployment status is Ok when the packages are present.

A microsoft employee must use /azp run to validate using the pipelines below.

WARNING:
Comments made by azure-pipelines bot maybe inaccurate.
Please see pipeline link to verify that the build is being ran.

For status checks on the main branch, please use TransportPackage-Foundation-PR
(https://microsoft.visualstudio.com/ProjectReunion/_build?definitionId=81063&_a=summary)
and run the build against your PR branch with the default parameters.

@ssparach
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ssparach ssparach marked this pull request as ready for review August 21, 2025 21:48
address PR comments
@ssparach
Copy link
Contributor Author

ssparach commented Sep 2, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ssparach
Copy link
Contributor Author

ssparach commented Sep 7, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ssparach ssparach requested a review from DrusTheAxe September 7, 2025 00:27
@ssparach ssparach merged commit 38600dc into main Sep 9, 2025
34 checks passed
@ssparach ssparach deleted the user/ssparach/depMngrFixPackageFamilyName branch September 9, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants