Skip to content

Commit

Permalink
Merge pull request #20 from microsoftgraph/task/update-release-pipeline
Browse files Browse the repository at this point in the history
Chore: Update release pipeline
  • Loading branch information
Onokaev authored Aug 22, 2024
2 parents 0a5ee3f + ffd11d3 commit f9d7022
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ stages:
cp package.json dist
displayName: build npm package
# use ESRP to publish the package to NPM
- task: EsrpRelease@5
- task: EsrpRelease@7
inputs:
ConnectedServiceName: 'MsGraph-ESRP-Publisher-Service-Connection'
connectedservicename: 'Federated DevX ESRP Managed Identity Connection'
keyvaultname: 'akv-prod-eastus'
authcertname: 'ReferenceLibraryPrivateCert'
signcertname: 'ReferencePackagePublisherCertificate'
clientid: '65035b7f-7357-4f29-bf25-c5ee5c3949f8'
Intent: 'PackageDistribution'
ContentType: 'npm'
ContentSource: 'Folder'
Expand Down

0 comments on commit f9d7022

Please sign in to comment.