diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8fc32b25d43..a9dd3cb86fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -152,6 +152,8 @@ stages: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: eng\common\templates\post-build\post-build.yml parameters: + # Temporary, see https://github.com/dotnet/arcade/issues/4325 + enableSigningValidation: false # Symbol validation isn't being very reliable lately. This should be enabled back # once this issue is resolved: https://github.com/dotnet/arcade/issues/2871 enableSymbolValidation: false