Skip to content

Commit ce0dad4

Browse files
authored
[0.82] Enables publish symbols for preview build (#15616)
* update package.json to RN 0.82.0-rc-0 and removed SDL check for 4996 deprecation warning * enables publishing symbols * Skip 'Xaml WinUI3 (Experimental, for Fabric)' in visitAllPages test
1 parent 0f8aa82 commit ce0dad4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.ado/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,9 @@ extends:
348348
- template: .ado/templates/component-governance.yml@self
349349

350350
# Make symbols available through http://symweb.
351-
# TODO: Re-enable after fixing symbol publishing authentication for 0.82 release
352351
- task: PublishSymbols@2
353352
displayName: Publish symbols
354-
enabled: false
353+
enabled: true
355354
inputs:
356355
SearchPattern: vnext/target/**/*.pdb
357356
SymbolServerType: TeamServices
@@ -440,10 +439,9 @@ extends:
440439
configuration: Debug
441440

442441
# Symbol Publishing for Work Item 59264834 - MSRC Compliance
443-
# TODO: Re-enable after fixing symbol publishing authentication
444442
- task: PublishSymbols@2
445443
displayName: 'Publish Symbols to Microsoft Symbol Server'
446-
enabled: false
444+
enabled: true
447445
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
448446
inputs:
449447
SymbolsFolder: '$(System.DefaultWorkingDirectory)\NugetRoot'

packages/e2e-test-app-fabric/test/visitAllPages.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ describe('visitAllPages', () => {
4747
if (
4848
component === 'Flyout' ||
4949
component === 'XAML' ||
50+
component === 'Xaml WinUI3 (Experimental, for Fabric)' ||
5051
component === 'SwipeableCard'
5152
) {
5253
console.log('Skipping: ' + component);

0 commit comments

Comments
 (0)