diff --git a/.pipelines/typescript-build-and-publish.yaml b/.pipelines/typescript-build-and-publish.yaml index f4f518b8..3d6cfdf2 100644 --- a/.pipelines/typescript-build-and-publish.yaml +++ b/.pipelines/typescript-build-and-publish.yaml @@ -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: 'jfullerton@microsoft.com' + Approvers: 'jfullerton@microsoft.com' + ServiceEndpointUrl: 'https://api.esrp.microsoft.com' + MainPublisher: 'ESRPRELPACMAN' + DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47' - task: Npm@1 displayName: 'Publish packages to external feed'