Skip to content

Commit c0d5388

Browse files
John SalemAnipik
John Salem
authored andcommitted
set isFullMatrix to true for all PRs
1 parent d414588 commit c0d5388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
- name: isOfficialBuild
33
value: ${{ and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}
44
- name: isFullMatrix
5-
value: ${{ and(eq(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}
5+
value: true
66
- name: debugOnPrReleaseOnRolling
77
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
88
value: Release

0 commit comments

Comments
 (0)