@@ -144,12 +144,26 @@ steps:
144144- task : EsrpCodeSigning@1
145145 displayName : ' ESRP CodeSigning'
146146 inputs :
147- ConnectedServiceName : ' ESRP CodeSigning - OData '
147+ ConnectedServiceName : ' microsoftgraph ESRP CodeSign DLL and NuGet (AKV) '
148148 FolderPath : ' $(Build.SourcesDirectory)\bin\$(BuildConfiguration)'
149149 Pattern : Microsoft.OpenApi.OData.Reader.dll
150150 signConfigType : inlineSignParams
151151 inlineOperation : |
152152 [
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+ },
153167 {
154168 "keyCode": "MSSharedLibSnKey",
155169 "operationSetCode": "StrongNameSign",
@@ -229,7 +243,7 @@ steps:
229243- task : EsrpCodeSigning@1
230244 displayName : ' ESRP CodeSigning Nuget Packages'
231245 inputs :
232- ConnectedServiceName : ' ESRP CodeSigning - OData '
246+ ConnectedServiceName : ' microsoftgraph ESRP CodeSign DLL and NuGet (AKV) '
233247 FolderPath : ' $(Build.ArtifactStagingDirectory)\Nuget'
234248 Pattern : ' *.nupkg'
235249 signConfigType : inlineSignParams
0 commit comments