Skip to content

Commit 74ab567

Browse files
authored
[0.82] Fix symbol publishing auth by using System.AccessToken (#15615)
* update package.json to RN 0.82.0-rc-0 and removed SDL check for 4996 deprecation warning * Fix symbol publishing auth by using System.AccessToken
1 parent bbd2c20 commit 74ab567

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.ado/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ extends:
355355
inputs:
356356
SearchPattern: vnext/target/**/*.pdb
357357
SymbolServerType: TeamServices
358+
Pat: $(System.AccessToken)
358359

359360
templateContext:
360361
sdl:
@@ -453,6 +454,7 @@ extends:
453454
SymbolsArtifactName: 'ReactNativeWindows-Symbols'
454455
DetailedLog: true
455456
TreatNotIndexedAsWarning: false
457+
Pat: $(System.AccessToken)
456458

457459
templateContext:
458460
sdl:

0 commit comments

Comments
 (0)