diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 79a0f6f79f..13615d7844 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: + # Temporarily disable signing validation until infra issues are resolved, based on advice from Arcade. + enableSigningValidation: False