From 15ecc9844bbaaa92bfb130b2fd80b75a0b1b5818 Mon Sep 17 00:00:00 2001 From: Jakub Jares Date: Fri, 27 Mar 2026 09:47:08 +0100 Subject: [PATCH 1/2] Fix path for post-build template and skip signing validation - Fix backslash path to forward slash for template reference - Temporarily skip signing validation until infra issues are resolved, based on advice from Arcade. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- azure-pipelines-official.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 79a0f6f79f..8dcda3520c 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -253,4 +253,7 @@ extends: LclSource: lclFilesfromPackage LclPackageId: 'LCL-JUNO-PROD-TESTFX' - - template: eng\common\templates-official\post-build\post-build.yml@self + - template: eng/common/templates-official/post-build/post-build.yml@self + parameters: + # Temporary skip validation until infra issues are resolved, based on advice from Arcade. + enableSigningValidation: false From fe0eae0256682c1d991e64388b03419aa52ca010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Fri, 27 Mar 2026 10:01:04 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- azure-pipelines-official.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 8dcda3520c..13615d7844 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -255,5 +255,5 @@ extends: - template: eng/common/templates-official/post-build/post-build.yml@self parameters: - # Temporary skip validation until infra issues are resolved, based on advice from Arcade. - enableSigningValidation: false + # Temporarily disable signing validation until infra issues are resolved, based on advice from Arcade. + enableSigningValidation: False