File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,39 @@ steps:
61
61
}
62
62
]
63
63
64
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
65
+ displayName : ' 3rd Party Signing [Authenticode]'
66
+ inputs :
67
+ ConnectedServiceName : $(signServiceConnection)
68
+ FolderPath : artifacts
69
+ Pattern : |
70
+ Az.Tools.Migration/Resources/Assembly/**/*.dll
71
+ UseMinimatch : true
72
+ signConfigType : inlineSignParams
73
+ inlineOperation : |
74
+ [
75
+ {
76
+ "KeyCode": "CP-231522",
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-231522",
90
+ "OperationCode": "SigntoolVerify",
91
+ "Parameters": {},
92
+ "ToolName": "sign",
93
+ "ToolVersion": "1.0"
94
+ }
95
+ ]
96
+
64
97
- task : DotNetCoreCLI@2
65
98
displayName : Package
66
99
inputs :
You can’t perform that action at this time.
0 commit comments