Skip to content

Commit dac3f49

Browse files
authored
skip publish for 0.82 preview build (#15596)
1 parent 494d2af commit dac3f49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.ado/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,10 @@ extends:
344344
- template: .ado/templates/component-governance.yml@self
345345

346346
# Make symbols available through http://symweb.
347+
# TODO: Re-enable after fixing symbol publishing authentication for 0.82 release
347348
- task: PublishSymbols@2
348349
displayName: Publish symbols
350+
enabled: false
349351
inputs:
350352
SearchPattern: vnext/target/**/*.pdb
351353
SymbolServerType: TeamServices
@@ -433,8 +435,10 @@ extends:
433435
configuration: Debug
434436

435437
# Symbol Publishing for Work Item 59264834 - MSRC Compliance
438+
# TODO: Re-enable after fixing symbol publishing authentication
436439
- task: PublishSymbols@2
437440
displayName: 'Publish Symbols to Microsoft Symbol Server'
441+
enabled: false
438442
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
439443
inputs:
440444
SymbolsFolder: '$(System.DefaultWorkingDirectory)\NugetRoot'

0 commit comments

Comments
 (0)