mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
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:
parent
742594c8f0
commit
d9ca84ef96
1 changed files with 1 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue