Skip to content

Commit 0fb2029

Browse files
authored
Fix symbol publish conflict by using unique request name per build (#15753)
1 parent 975b107 commit 0fb2029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ado/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ extends:
362362
SymbolServerType: 'TeamServices'
363363
SymbolsProduct: 'ReactNativeWindows'
364364
SymbolsVersion: '$(Build.BuildNumber)'
365-
SymbolsArtifactName: 'ReactNativeWindows-Symbols'
365+
SymbolsArtifactName: 'ReactNativeWindows-Symbols-$(Build.BuildId)'
366366
DetailedLog: true
367367
TreatNotIndexedAsWarning: false
368368

0 commit comments

Comments
 (0)