Skip to content

Commit 6be5a54

Browse files
idiskyleankitm3k
authored andcommitted
Add DoEsrp Check for Signature Verification (microsoft#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. -->
1 parent 2eac8e1 commit 6be5a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci_build/github/azure-pipelines/templates/win-esrp-dll.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ steps:
6767

6868
- task: PowerShell@2
6969
displayName: 'Signature validation for signed file(s)'
70+
condition: and(succeeded(), eq('${{ parameters.DoEsrp }}', true))
7071
inputs:
7172
targetType: 'inline'
7273
script: |

0 commit comments

Comments
 (0)