From c0d53880b143cc1231fe29bc983bdae1888094a9 Mon Sep 17 00:00:00 2001 From: John Salem Date: Mon, 24 Aug 2020 18:08:13 -0700 Subject: [PATCH] set isFullMatrix to true for all PRs --- eng/pipelines/common/variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/variables.yml b/eng/pipelines/common/variables.yml index 188eeeb6ad74a..71fc05740a41e 100644 --- a/eng/pipelines/common/variables.yml +++ b/eng/pipelines/common/variables.yml @@ -2,7 +2,7 @@ variables: - name: isOfficialBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }} - name: isFullMatrix - value: ${{ and(eq(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }} + value: true - name: debugOnPrReleaseOnRolling ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: value: Release