From 604660b37a0d416155a97cbd09c1edc101a1a1cb Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 6 Jan 2021 15:29:33 -0800 Subject: Bring back checkout bundle for PRs until AzDo fixes PR job checkouts (#46649) --- eng/pipelines/common/xplat-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eng/pipelines/common/xplat-setup.yml') diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml index c9929621eb1..092f82a6a4c 100644 --- a/eng/pipelines/common/xplat-setup.yml +++ b/eng/pipelines/common/xplat-setup.yml @@ -21,7 +21,7 @@ jobs: shouldContinueOnError: ${{ and(endsWith(variables['Build.DefinitionName'], 'staging'), eq(variables['Build.Reason'], 'PullRequest')) }} # keep in sync with /eng/pipelines/common/variables.yml - dependOnEvaluatePaths: ${{ and(eq(variables['Build.Reason'], 'PullRequest'), in(variables['Build.DefinitionName'], 'runtime', 'runtime-staging')) }} + useCheckoutBundle: ${{ eq(variables['Build.Reason'], 'PullRequest') }} variables: # Disable component governance in our CI builds. These builds are not shipping nor -- cgit v1.2.3