From 47cf88d0e449f6eb5d29397df56b21a04514486d Mon Sep 17 00:00:00 2001 From: Abhijeet Jha <74712637+iamAbhi-916@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:35:07 +0530 Subject: [PATCH] Fix symbol publish conflict by using unique request name per build --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index ae944533621..d07c4a47f8d 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -362,7 +362,7 @@ extends: SymbolServerType: 'TeamServices' SymbolsProduct: 'ReactNativeWindows' SymbolsVersion: '$(Build.BuildNumber)' - SymbolsArtifactName: 'ReactNativeWindows-Symbols' + SymbolsArtifactName: 'ReactNativeWindows-Symbols-$(Build.BuildId)' DetailedLog: true TreatNotIndexedAsWarning: false