From 8a99d9e96444fa2ee8fb3e6815e8050d93c988b8 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 30 Jun 2026 11:07:27 +0200 Subject: [PATCH] chore: Upgrade EsrpRelease task version to 11 --- .azure-pipelines/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index 654505088..6f6f6652b 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -75,7 +75,7 @@ extends: targetPath: $(Build.ArtifactStagingDirectory)/esrp-build steps: - checkout: none - - task: EsrpRelease@9 + - task: EsrpRelease@11 inputs: connectedservicename: 'Playwright-ESRP-PME' usemanagedidentity: true