From cc2e581392f8e9ca80cdc80cc379e9c19cac13b4 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Mon, 29 Jul 2024 14:46:48 -0400 Subject: [PATCH] Enable verbose logging, to help track down https://github.com/microsoft/azure-pipelines-tasks/issues/20221 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cc25f6..0c6b719 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,8 @@ extends: timeoutInMinutes: 360 variables: + - name: system.debug + value: true - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}: - name: isOfficialBuild value: True