We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae2d05 commit f86bc66Copy full SHA for f86bc66
azure-pipelines.yml
@@ -30,6 +30,8 @@ extends:
30
timeoutInMinutes: 360
31
32
variables:
33
+ - name: system.debug
34
+ value: true
35
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
36
- name: isOfficialBuild
37
value: True
0 commit comments