Add DoEsrp Check for Signature Verification (#22570)

### Description
<!-- Describe your changes. -->
Add DoEsrp Check for Signature Verification


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Kyle 2024-10-24 16:55:36 +08:00 committed by GitHub
parent 742594c8f0
commit d9ca84ef96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,7 @@ steps:
- task: PowerShell@2
displayName: 'Signature validation for signed file(s)'
condition: and(succeeded(), eq('${{ parameters.DoEsrp }}', true))
inputs:
targetType: 'inline'
script: |