Skip to content

Commit

Permalink
Upgrade to an ESRP Release task version that supports federated auth (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored May 7, 2024
1 parent 21edcb8 commit 6d0e2ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions eng/tsp-core/pipelines/templates/sign-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ parameters:
pattern: "**/*.vsix"

steps:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
- task: EsrpCodeSigning@5
displayName: Sign VSIX
inputs:
ConnectedServiceName: "ESRP Signing Service"
ConnectedServiceName: "Azure SDK Engineering System"
AppRegistrationClientId: "5e796b8d-3c4d-4e28-93f6-12a44f4368a0"
AppRegistrationTenantId: "72f988bf-86f1-41af-91ab-2d7cd011db47"
AuthAKVName: "AzureSDKEngKeyVault"
AuthCertName: "azure-sdk-esrp-signing-auth-certificate"
AuthSignCertName: "azure-sdk-esrp-signing-certificate"
FolderPath: ${{ parameters.path }}
Pattern: ${{ parameters.pattern }}
UseMinimatch: true
Expand Down

0 comments on commit 6d0e2ac

Please sign in to comment.