Skip to content

Commit

Permalink
Update typescript-build-and-publish.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jfullerton44 committed Feb 13, 2024
1 parent 8f920d7 commit e43dc21
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pipelines/typescript-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ variables:

steps:
- template: typescript-build-steps.yaml
- task: EsrpRelease@5
inputs:
ConnectedServiceName: 'devtunnels-esrp'
Intent: 'PackageDistribution'
ContentType: 'npm'
ContentSource: 'Folder'
FolderLocation: '$(System.DefaultWorkingDirectory)/ts'
WaitForReleaseCompletion: true
Owners: '[email protected]'
Approvers: '[email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'ESRPRELPACMAN'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'

- task: Npm@1
displayName: 'Publish packages to external feed'
Expand Down

0 comments on commit e43dc21

Please sign in to comment.