Skip to content

Commit f86bc66

Browse files
authored
Enable verbose logging, to help track down microsoft/azure-pipelines-tasks#20221 (#173)
1 parent bae2d05 commit f86bc66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ extends:
3030
timeoutInMinutes: 360
3131

3232
variables:
33+
- name: system.debug
34+
value: true
3335
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
3436
- name: isOfficialBuild
3537
value: True

0 commit comments

Comments
 (0)