Skip to content

Commit

Permalink
Update typescript-build-and-publish.yaml for Azure Pipelines (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfullerton44 authored May 1, 2024
1 parent 4a4a498 commit 01d2db9
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .pipelines/typescript-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@ variables:

steps:
- template: typescript-build-steps.yaml

- task: EsrpRelease@7
inputs:
ConnectedServiceName: 'Devtunnels-esrp-cert-based'
Intent: 'PackageDistribution'
ContentType: 'npm'
ContentSource: 'Folder'
FolderLocation: '$(System.DefaultWorkingDirectory)/ts/out/pkg'
WaitForReleaseCompletion: true
Owners: '[email protected]'
Approvers: '[email protected], [email protected], [email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'ESRPRELPACMAN'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
connectedservicename: 'Devtunnels-esrp-cert-based'
keyvaultname: 'tunnels-dev-kv'
authcertname: 'esrp-cert'
signcertname: 'esrp-sign'
clientid: '142047f4-eda8-4853-8776-c2e81803ea13'
intent: 'PackageDistribution'
contenttype: 'npm'
contentsource: 'folder'
folderlocation: '$(System.DefaultWorkingDirectory)/ts/out/pkg'
waitforreleasecompletion: true
owners: '[email protected]'
approvers: '[email protected], [email protected], [email protected]'
serviceendpointurl: 'https://api.esrp.microsoft.com'
mainpublisher: 'ESRPRELPACMAN'
domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47'

0 comments on commit 01d2db9

Please sign in to comment.