Skip to content

Commit

Permalink
Add DoEsrp Check for Signature Verification (#22570)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
idiskyle authored Oct 24, 2024
1 parent 742594c commit d9ca84e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d9ca84e

Please sign in to comment.