Skip to content

Commit 7893ac5

Browse files
committed
Remove dll sign
1 parent 8405e63 commit 7893ac5

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

.azure-pipelines/sign-tool-predictor.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -42,58 +42,6 @@ steps:
4242
custom: msbuild
4343
arguments: 'tools\Az.Tools.Predictor\build.proj /target:"Clean;Build" /p:Configuration=Release'
4444

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-
9745
- task: EsrpCodeSigning@1
9846
displayName: 'Signing'
9947
inputs:

0 commit comments

Comments
 (0)