From 54c8061552894ea43c2d2ee62f3bda547df13d89 Mon Sep 17 00:00:00 2001 From: Jacob Fullerton Date: Wed, 1 May 2024 10:08:27 -0700 Subject: [PATCH] Update typescript-build-and-publish.yaml for Azure Pipelines --- .pipelines/typescript-build-and-publish.yaml | 27 ++++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.pipelines/typescript-build-and-publish.yaml b/.pipelines/typescript-build-and-publish.yaml index f6e9f6e5..4f1180dd 100644 --- a/.pipelines/typescript-build-and-publish.yaml +++ b/.pipelines/typescript-build-and-publish.yaml @@ -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: 'jfullerton@microsoft.com' - Approvers: 'jasongin@microsoft.com, debekoe@microsoft.com, ilbiryuk@microsoft.com' - 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: 'jfullerton@microsoft.com' + approvers: 'jasongin@microsoft.com, debekoe@microsoft.com, ilbiryuk@microsoft.com' + serviceendpointurl: 'https://api.esrp.microsoft.com' + mainpublisher: 'ESRPRELPACMAN' + domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47'