File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ extends:
105105 sdl :
106106 credscan :
107107 suppressionsFile : $(Build.SourcesDirectory)\.ado\config\CredScanSuppressions.json
108+ binskim :
109+ break : false # BA2007 is suppressed via .gdn/.gdnsuppress - don't fail build
108110 spotBugs :
109111 enabled : false # We don't have any java, but random packages in node_modules do
110112 stages :
@@ -203,8 +205,10 @@ extends:
203205 - script : dir /s "$(Pipeline.Workspace)\published-packages"
204206 displayName : Show npm packages before ESRP release
205207
208+ # TODO: Re-enable after fixing publishing issues
206209 - task : ' SFP.release-tasks.custom-build-release-task.EsrpRelease@10'
207210 displayName : ' ESRP Release to npmjs.com'
211+ enabled : false
208212 condition : and(succeeded(), ne(variables['NpmDistTag'], ''))
209213 inputs :
210214 connectedservicename : ' ESRP-CodeSigning-OGX-JSHost-RNW'
You can’t perform that action at this time.
0 commit comments