Skip to content

[workload] Fix symbols paths in Microsoft.Android.Sdk #10076

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

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

pjcollins
Copy link
Member

Context: dc08972

Removes the extra runtimes folder that was inadvertently included in the symbols target path in the new symbols.nupkg files.

Before:

53652  01-24-2021 16:24   runtimes/tools/HtmlAgilityPack.pdb
42736  04-24-2025 21:55   runtimes/tools/Java.Interop.Tools.Maven.pdb
42940  06-06-2024 15:33   runtimes/tools/libZipSharp.pdb
....

After:

53652  01-24-2021 16:24   tools/HtmlAgilityPack.pdb
42736  04-24-2025 21:55   tools/Java.Interop.Tools.Maven.pdb
42940  06-06-2024 15:33   tools/libZipSharp.pdb
....

Context: dc08972

Removes the extra `runtimes` folder that was inadvertently included in
the symbols target path in the new symbols.nupkg files.

Before:

    53652  01-24-2021 16:24   runtimes/tools/HtmlAgilityPack.pdb
    42736  04-24-2025 21:55   runtimes/tools/Java.Interop.Tools.Maven.pdb
    42940  06-06-2024 15:33   runtimes/tools/libZipSharp.pdb
    ....

After:

    53652  01-24-2021 16:24   tools/HtmlAgilityPack.pdb
    42736  04-24-2025 21:55   tools/Java.Interop.Tools.Maven.pdb
    42940  06-06-2024 15:33   tools/libZipSharp.pdb
    ....
@dellis1972 dellis1972 merged commit 479cb3b into main Apr 25, 2025
59 checks passed
@dellis1972 dellis1972 deleted the dev/pjc/fix-sdk-sympack branch April 25, 2025 06:46
@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants