From 9632f19dbf525fc02f7fd2229c54ce4584c88b80 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 4 May 2026 15:06:01 +0200 Subject: [PATCH] Update EsrpRelease Maybe it fixes https://github.com/microsoft/playwright-python/issues/3001. --- .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 1a2e0e7a4..0b8c37402 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -60,7 +60,7 @@ extends: targetPath: $(Build.ArtifactStagingDirectory)/esrp-build steps: - checkout: none - - task: EsrpRelease@9 + - task: EsrpRelease@11 inputs: connectedservicename: 'Playwright-ESRP-PME' usemanagedidentity: true