From eba2b6e96184704832649b805e7af161f362b9b7 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Thu, 20 Jun 2024 13:59:59 -0400 Subject: [PATCH] revert to version 5 --- .github/workflows/release-azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 6c56830b..4c57af1f 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -154,7 +154,7 @@ extends: artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }} targetPath: $(Pipeline.Workspace)/azureauth-${{ parameters.version }}-${{ config.runtime }} steps: - - task: EsrpCodeSigning@1 + - task: EsrpCodeSigning@5 displayName: Sign artifacts with ESRP ADO Task condition: eq('${{ config.runtime }}', 'win10-x64') env: