From a947f94ef748e3e58ba26b89a111d3a393253bc1 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 18 Nov 2021 10:52:41 -0800 Subject: [PATCH] Always sign artifacts (#1310) * Only sign packages when pipeline var set * always sign --- azure-pipelines/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index f826b065..02518379 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -124,7 +124,6 @@ steps: ] SessionTimeout: 600 MaxConcurrency: 5 - condition: and(succeeded(), eq(variables['signed'], true)) - task: BatchScript@1 displayName: 'Package published projects'