Skip to content

Commit 3d299c9

Browse files
Add SignToolVerify operation
1 parent 3f73d19 commit 3d299c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build/azure-pipelines/build-product.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,18 @@ stages:
117117
"toolName": "signtool.exe",
118118
"toolVersion": "6.2.9304.0"
119119
}
120+
{
121+
"keyCode": "CP-230012",
122+
"operationSetCode": "SigntoolVerify",
123+
"parameters": [
124+
{
125+
"parameterName": "VerifyAll",
126+
"parameterValue": "/all"
127+
}
128+
],
129+
"toolName": "signtool.exe",
130+
"toolVersion": "6.2.9304.0"
131+
}
120132
]
121133
SessionTimeout: '60'
122134
MaxConcurrency: '50'

0 commit comments

Comments
 (0)