Skip to content

Fix symbol publish conflict by using unique request name per build#15753

Merged
iamAbhi-916 merged 1 commit intomicrosoft:0.82-stablefrom
iamAbhi-916:fix/symbol-publish-name-conflict
Mar 10, 2026
Merged

Fix symbol publish conflict by using unique request name per build#15753
iamAbhi-916 merged 1 commit intomicrosoft:0.82-stablefrom
iamAbhi-916:fix/symbol-publish-name-conflict

Conversation

@iamAbhi-916
Copy link
Contributor

@iamAbhi-916 iamAbhi-916 commented Mar 10, 2026

Description

The PublishSymbols@2 task fails because SymbolsArtifactName is hardcoded to ReactNativeWindows-Symbols, causing conflicts on re-runs or subsequent builds.

Appends $(Build.BuildId) to make the request name unique per build.
Symbol resolution is unaffected — debuggers match PDBs by GUID, not request name.

Microsoft Reviewers: Open in CodeFlow

@iamAbhi-916 iamAbhi-916 requested review from a team as code owners March 10, 2026 09:07
@iamAbhi-916 iamAbhi-916 merged commit 0fb2029 into microsoft:0.82-stable Mar 10, 2026
42 checks passed
@iamAbhi-916 iamAbhi-916 deleted the fix/symbol-publish-name-conflict branch March 10, 2026 13:15
vmoroz added a commit to vmoroz/microsoft-react-native-windows that referenced this pull request Mar 11, 2026
vmoroz added a commit to vmoroz/microsoft-react-native-windows that referenced this pull request Mar 11, 2026
vmoroz added a commit that referenced this pull request Mar 11, 2026
#15751)

* Improve release pipeline

* Sign binaries

* Skip ADO packages if they are already published

* Adopt the symbol publish fix from PR #15753
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants