Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2021-01-07 02:29:33 +0300
committerGitHub <noreply@github.com>2021-01-07 02:29:33 +0300
commit604660b37a0d416155a97cbd09c1edc101a1a1cb (patch)
treed6ab8c8c5445c1f4e8c181946c71ccedc952e082 /eng/pipelines/common/templates/runtimes/build-test-job.yml
parent6ba408828e8cd22cc3bfa8a7fe08d9da2fdf18d3 (diff)
Bring back checkout bundle for PRs until AzDo fixes PR job checkouts (#46649)
Diffstat (limited to 'eng/pipelines/common/templates/runtimes/build-test-job.yml')
-rw-r--r--eng/pipelines/common/templates/runtimes/build-test-job.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/eng/pipelines/common/templates/runtimes/build-test-job.yml b/eng/pipelines/common/templates/runtimes/build-test-job.yml
index cb84d3420d5..4f49d91dcc7 100644
--- a/eng/pipelines/common/templates/runtimes/build-test-job.yml
+++ b/eng/pipelines/common/templates/runtimes/build-test-job.yml
@@ -23,7 +23,7 @@ parameters:
runtimeFlavorDisplayName: 'CoreCLR'
runtimeVariant: ''
dependsOn: []
- dependOnEvaluatePaths: false
+ useCheckoutBundle: false
### Build managed test components (native components are getting built as part
### of the the product build job).
@@ -48,7 +48,8 @@ jobs:
liveLibrariesBuildConfig: ${{ parameters.liveLibrariesBuildConfig }}
variables: ${{ parameters.variables }}
pool: ${{ parameters.pool }}
- dependOnEvaluatePaths: ${{ parameters.dependOnEvaluatePaths }}
+ useCheckoutBundle: ${{ parameters.useCheckoutBundle }}
+
# Test jobs should continue on error for internal builds
${{ if eq(variables['System.TeamProject'], 'internal') }}: