Skip to content

Commit 8dab220

Browse files
authored
Enables NPM publish and disable publish symbols (#15655)
1 parent 84017aa commit 8dab220

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.ado/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ extends:
208208
# TODO: Re-enable after fixing publishing issues
209209
- task: 'SFP.release-tasks.custom-build-release-task.EsrpRelease@10'
210210
displayName: 'ESRP Release to npmjs.com'
211-
enabled: false
211+
enabled: true
212212
condition: and(succeeded(), ne(variables['NpmDistTag'], ''))
213213
inputs:
214214
connectedservicename: 'ESRP-CodeSigning-OGX-JSHost-RNW'
@@ -350,7 +350,7 @@ extends:
350350
# Make symbols available through http://symweb.
351351
- task: PublishSymbols@2
352352
displayName: Publish symbols
353-
enabled: true
353+
enabled: false
354354
inputs:
355355
SearchPattern: vnext/target/**/*.pdb
356356
SymbolServerType: TeamServices
@@ -441,7 +441,7 @@ extends:
441441
# Symbol Publishing for Work Item 59264834 - MSRC Compliance
442442
- task: PublishSymbols@2
443443
displayName: 'Publish Symbols to Microsoft Symbol Server'
444-
enabled: true
444+
enabled: false
445445
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
446446
inputs:
447447
SymbolsFolder: '$(System.DefaultWorkingDirectory)\NugetRoot'

0 commit comments

Comments
 (0)