@@ -6,69 +6,6 @@ parameters:
6
6
BuildConfiguration : ' '
7
7
8
8
steps :
9
- - task : EsrpCodeSigning@4
10
- displayName : ' Sign ${{ parameters.LibraryName }}'
11
- inputs :
12
- ConnectedServiceName : ' IDDP Code Signing'
13
- FolderPath : ' $(Build.SourcesDirectory)\$(WilsonSourceDirectory)src'
14
- Pattern : ${{ parameters.LibraryName }}.dll
15
- signConfigType : inlineSignParams
16
- inlineOperation : |
17
- [
18
- {
19
- "keyCode": "MSSharedLibSnKey",
20
- "operationSetCode": "StrongNameSign",
21
- "parameters": null,
22
- "toolName": "sn.exe",
23
- "toolVersion": "V4.6.1586.0"
24
- },
25
- {
26
- "keyCode": "MSSharedLibSnKey",
27
- "operationSetCode": "StrongNameVerify",
28
- "parameters": null,
29
- "toolName": "sn.exe",
30
- "toolVersion": "V4.6.1586.0"
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
- {
61
- "keyCode": "CP-230012",
62
- "operationSetCode": "SigntoolVerify",
63
- "parameters": [ ],
64
- "toolName": "signtool.exe",
65
- "toolVersion": "6.2.9304.0"
66
- }
67
- ]
68
- SessionTimeout : 20
69
- VerboseLogin : true
70
- condition : and(succeeded(), eq(variables['PipelineType'], 'legacy'))
71
-
72
9
- task : onebranch.pipeline.signing@1
73
10
displayName : ' Sign ${{ parameters.LibraryName }} with OneBranch'
74
11
inputs :
0 commit comments