From e0ea2552c0deb7533131b119eac24201eabb9852 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Wed, 26 Jun 2024 10:00:26 -0400 Subject: [PATCH] Switch to official template --- .github/workflows/release-azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index bf6f7af4..48c6a5fa 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -42,13 +42,13 @@ pr: none resources: repositories: - - repository: CustomPipelineTemplates + - repository: OfficePipelineTemplates type: git name: 1ESPipelineTemplates/OfficePipelineTemplates ref: refs/tags/release extends: - template: v1/Office.Unofficial.PipelineTemplate.yml@CustomPipelineTemplates + template: v1/Office.Official.PipelineTemplate.yml@OfficePipelineTemplates parameters: pool: name: Azure-Pipelines-1ESPT-ExDShared @@ -190,6 +190,7 @@ extends: MaxConcurrency: '50' MaxRetryAttempts: '5' PendingAnalysisWaitTimeoutMinutes: '5' + # We need to zip the artifacts for osx before sending to ESRP for signing. - task: ArchiveFiles@2 displayName: Codesigning - zip artifacts to send to ESRP condition: startsWith('${{ config.runtime }}', 'osx')