From 08b0461a25241aa77124185d58cc935f2a9f66bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 27 Apr 2020 16:20:52 +0200 Subject: [PATCH] Disasble signing validation to unblock the pipeline (#99) --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb29303..f541934 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -153,6 +153,9 @@ stages: - ${{ if eq(variables._RunAsInternal, True) }}: - template: eng\common\templates\post-build\post-build.yml parameters: + # Disabling signing validation until we can get the issues sorted. This should be re-enabled + # after https://github.com/dotnet/arcade/issues/5328 is resolved. + enableSigningValidation: false enableSymbolValidation: true # Reenable once this issue is resolved: https://github.com/dotnet/arcade/issues/2912 enableSourceLinkValidation: false