From 5fc1620d3eeae70d29aee2ea3186898f21a4f2bb Mon Sep 17 00:00:00 2001 From: David Obando Date: Tue, 31 Mar 2026 08:35:22 -0700 Subject: [PATCH] Update dev-tunnels-ssh-ci.yaml for Azure Pipelines --- .pipelines/dev-tunnels-ssh-ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pipelines/dev-tunnels-ssh-ci.yaml b/.pipelines/dev-tunnels-ssh-ci.yaml index 2a576ae..00e1b8e 100644 --- a/.pipelines/dev-tunnels-ssh-ci.yaml +++ b/.pipelines/dev-tunnels-ssh-ci.yaml @@ -206,7 +206,7 @@ jobs: publishFeedCredentials: 'dev-tunnels-nuget' publishPackageMetadata: true - - task: EsrpRelease@9 + - task: EsrpRelease@11 condition: and(succeeded(), eq('${{ parameters.PublishNpmPackage }}', 'true')) inputs: connectedservicename: 'Devtunnels-esrp-ame-msi' @@ -214,8 +214,9 @@ jobs: keyvaultname: 'tunnels-ppe-esrp-kv' signcertname: 'esrp-sign' clientid: '142047f4-eda8-4853-8776-c2e81803ea13' + intent: 'PackageDistribution' contenttype: 'npm' - folderLocation: '$(System.DefaultWorkingDirectory)/out/pkg' + folderlocation: '$(System.DefaultWorkingDirectory)/out/pkg' owners: 'jfullerton@microsoft.com' approvers: 'jasongin@microsoft.com, debekoe@microsoft.com, ilbiryuk@microsoft.com' mainpublisher: 'ESRPRELPACMAN'