@@ -144,12 +144,26 @@ steps:
144
144
- task : EsrpCodeSigning@1
145
145
displayName : ' ESRP CodeSigning'
146
146
inputs :
147
- ConnectedServiceName : ' ESRP CodeSigning - OData '
147
+ ConnectedServiceName : ' microsoftgraph ESRP CodeSign DLL and NuGet (AKV) '
148
148
FolderPath : ' $(Build.SourcesDirectory)\bin\$(BuildConfiguration)'
149
149
Pattern : Microsoft.OpenApi.OData.Reader.dll
150
150
signConfigType : inlineSignParams
151
151
inlineOperation : |
152
152
[
153
+ {
154
+ "keyCode": "MSSharedLibSnKey",
155
+ "operationSetCode": "StrongNameSign",
156
+ "parameters": null,
157
+ "toolName": "sn.exe",
158
+ "toolVersion": "V4.6.1586.0"
159
+ },
160
+ {
161
+ "keyCode": "MSSharedLibSnKey",
162
+ "operationSetCode": "StrongNameVerify",
163
+ "parameters": null,
164
+ "toolName": "sn.exe",
165
+ "toolVersion": "V4.6.1586.0"
166
+ },
153
167
{
154
168
"keyCode": "MSSharedLibSnKey",
155
169
"operationSetCode": "StrongNameSign",
@@ -229,7 +243,7 @@ steps:
229
243
- task : EsrpCodeSigning@1
230
244
displayName : ' ESRP CodeSigning Nuget Packages'
231
245
inputs :
232
- ConnectedServiceName : ' ESRP CodeSigning - OData '
246
+ ConnectedServiceName : ' microsoftgraph ESRP CodeSign DLL and NuGet (AKV) '
233
247
FolderPath : ' $(Build.ArtifactStagingDirectory)\Nuget'
234
248
Pattern : ' *.nupkg'
235
249
signConfigType : inlineSignParams
0 commit comments