You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
New-BcCompilerFolder populates symbols with different naming pattern, depending on used artifact. This is causing missing symbols when publishing container symbols/apps, because they are not found with pattern _...*.app.
I see three different combinations:
Sandbox DE artifacts all have versions in their symbol names
OnPrem DE artifacts don't have any versions at all
Sandbox W1 has a funny mix, regular symbols with versions, test symbols without.
This is causing errors similar to the following:
2025-02-20T14:56:37.6248236Z error AL1024: A package with publisher 'Microsoft', name 'Tests-TestLibraries', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app Tests-TestLibraries by Microsoft 25.0.0.0 could not be found in the database.
2025-02-20T14:56:37.6262209Z error AL1024: A package with publisher 'Microsoft', name 'System Application Test Library', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app System Application Test Library by Microsoft 25.0.0.0 could not be found in the database.
Scripts used to create container and cause the issue
This should create the mixed version symbols folder:
Additional context
I have fixed this locally in HelperFunctions.ps1 in function GetTestToolkitApps by collecting the app files with and without version numbers. My first idea to normalize the content of the symbols folder does not work, because that would need repopulation.
Describe the issue
New-BcCompilerFolder populates symbols with different naming pattern, depending on used artifact. This is causing missing symbols when publishing container symbols/apps, because they are not found with pattern _...*.app.
I see three different combinations:
This is causing errors similar to the following:
Scripts used to create container and cause the issue
This should create the mixed version symbols folder:
Additional context
I have fixed this locally in HelperFunctions.ps1 in function GetTestToolkitApps by collecting the app files with and without version numbers. My first idea to normalize the content of the symbols folder does not work, because that would need repopulation.
The text was updated successfully, but these errors were encountered: