@@ -42,58 +42,6 @@ steps:
42
42
custom : msbuild
43
43
arguments : ' tools\Az.Tools.Predictor\build.proj /target:"Clean;Build" /p:Configuration=Release'
44
44
45
- - task : EsrpCodeSigning@1
46
- displayName : ' Dll Signing [Authenticode + Strong Name]'
47
- inputs :
48
- ConnectedServiceName : ' azps-sign'
49
- FolderPath : artifacts
50
- Pattern : |
51
- Release/**/Microsoft*Azure*PowerShell*Cmdlets*.dll
52
- Release/**/Az.*.private.dll
53
- Release/**/Microsoft.Azure.PowerShell.Authentication.dll
54
- Release/**/Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll
55
- Release/**/Microsoft.Azure.PowerShell.Authenticators.dll
56
- !Release/**/Microsoft*Azure*PowerShell*Cmdlets*.Test.dll
57
- UseMinimatch : true
58
- signConfigType : inlineSignParams
59
- inlineOperation : |
60
- [
61
- {
62
- "KeyCode": "CP-233863-SN",
63
- "OperationCode": "StrongNameSign",
64
- "Parameters": {},
65
- "ToolName": "sign",
66
- "ToolVersion": "1.0"
67
- },
68
- {
69
- "KeyCode": "CP-233863-SN",
70
- "OperationCode": "StrongNameVerify",
71
- "Parameters": {},
72
- "ToolName": "sign",
73
- "ToolVersion": "1.0"
74
- },
75
- {
76
- "KeyCode": "CP-230012",
77
- "OperationCode": "SigntoolSign",
78
- "Parameters": {
79
- "OpusName": "Microsoft",
80
- "OpusInfo": "http://www.microsoft.com",
81
- "FileDigest": "/fd \"SHA256\"",
82
- "PageHash": "/NPH",
83
- "TimeStamp": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256"
84
- },
85
- "ToolName": "sign",
86
- "ToolVersion": "1.0"
87
- },
88
- {
89
- "KeyCode": "CP-230012",
90
- "OperationCode": "SigntoolVerify",
91
- "Parameters": {},
92
- "ToolName": "sign",
93
- "ToolVersion": "1.0"
94
- }
95
- ]
96
-
97
45
- task : EsrpCodeSigning@1
98
46
displayName : ' Signing'
99
47
inputs :
0 commit comments