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