Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/workflows/azure-pipelines_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,26 @@ steps:
- task: EsrpCodeSigning@1
displayName: 'ESRP CodeSigning'
inputs:
ConnectedServiceName: 'ESRP CodeSigning - OData'
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
FolderPath: '$(Build.SourcesDirectory)\bin\$(BuildConfiguration)'
Pattern: Microsoft.OpenApi.OData.Reader.dll
signConfigType: inlineSignParams
inlineOperation: |
[
{
"keyCode": "MSSharedLibSnKey",
"operationSetCode": "StrongNameSign",
"parameters": null,
"toolName": "sn.exe",
"toolVersion": "V4.6.1586.0"
},
{
"keyCode": "MSSharedLibSnKey",
"operationSetCode": "StrongNameVerify",
"parameters": null,
"toolName": "sn.exe",
"toolVersion": "V4.6.1586.0"
},
{
"keyCode": "MSSharedLibSnKey",
"operationSetCode": "StrongNameSign",
Expand Down Expand Up @@ -229,7 +243,7 @@ steps:
- task: EsrpCodeSigning@1
displayName: 'ESRP CodeSigning Nuget Packages'
inputs:
ConnectedServiceName: 'ESRP CodeSigning - OData'
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
FolderPath: '$(Build.ArtifactStagingDirectory)\Nuget'
Pattern: '*.nupkg'
signConfigType: inlineSignParams
Expand Down