File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments