Skip to content

Commit dcdba31

Browse files
authored
Merge pull request #182 from microsoft/bugfix/nightly
- attempt to fix nightly build
2 parents 3b5767a + d894373 commit dcdba31

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/workflows/azure-pipelines_nightly.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)