-
Notifications
You must be signed in to change notification settings - Fork 137
Print library variant being built in assemble task, Fixes AB#3412918 #2395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Work item link check complete. Description contains link AB#3412918 to an Azure Boards work item. |
|
❌ Work item link check failed. Description contains AB#3412918 but the Bot could not link it to an Azure Boards work item. Click here to learn more. |
|
✅ Work item link check complete. Description contains link AB#3412918 to an Azure Boards work item. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds logging to the MSAL library build process to print the variant name being assembled during the assemble task, providing better visibility during pipeline runs for debugging and verification purposes.
- Added a
doFirstblock to the assemble task that prints the library variant name and project name - Updated the common subproject commit reference
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| msal/build.gradle | Added logging to print library variant information during the assemble task |
| common | Updated subproject commit reference |
|
Do you want such check for publishing task as well? Publish task today does the build again as intermediate step before publishing |
Print library variant being built in assemble task. This should help as a sanity check during pipeline runs
AB#3412918