Skip to content

Commit

Permalink
Enable verbose logging, to help track down microsoft/azure-pipelines-…
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex authored Jul 30, 2024
1 parent bae2d05 commit f86bc66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f86bc66

Please sign in to comment.