File tree 1 file changed +32
-1
lines changed
1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,38 @@ steps:
26
26
AuthAKVName : ' buildkeyvault'
27
27
AuthCertName : ' 53d54d02-SSL-AutoRotate'
28
28
AuthSignCertName : ' 53d54d02-978d-4305-8572-583cf6711c4f'
29
-
29
+ signConfigType : inlineSignParams
30
+ inlineOperation : |
31
+ [
32
+ {
33
+ "keyCode": "CP-230012",
34
+ "operationSetCode": "SigntoolSign",
35
+ "parameters": [
36
+ {
37
+ "parameterName": "OpusName",
38
+ "parameterValue": "Microsoft"
39
+ },
40
+ {
41
+ "parameterName": "OpusInfo",
42
+ "parameterValue": "http://www.microsoft.com"
43
+ },
44
+ {
45
+ "parameterName": "PageHash",
46
+ "parameterValue": "/NPH"
47
+ },
48
+ {
49
+ "parameterName": "FileDigest",
50
+ "parameterValue": "/fd sha256"
51
+ },
52
+ {
53
+ "parameterName": "TimeStamp",
54
+ "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256"
55
+ }
56
+ ],
57
+ "toolName": "signtool.exe",
58
+ "toolVersion": "6.2.9304.0"
59
+ }
60
+ ]
30
61
FolderPath : ${{ parameters.FolderPath }}
31
62
Pattern : ${{ parameters.Pattern }}
32
63
SessionTimeout : 90
You can’t perform that action at this time.
0 commit comments