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/installer
parent6ba408828e8cd22cc3bfa8a7fe08d9da2fdf18d3 (diff)
Bring back checkout bundle for PRs until AzDo fixes PR job checkouts (#46649)
Diffstat (limited to 'eng/pipelines/installer')
-rw-r--r--eng/pipelines/installer/jobs/base-job.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/eng/pipelines/installer/jobs/base-job.yml b/eng/pipelines/installer/jobs/base-job.yml
index 68e27372087..ada47a62d6b 100644
--- a/eng/pipelines/installer/jobs/base-job.yml
+++ b/eng/pipelines/installer/jobs/base-job.yml
@@ -13,7 +13,7 @@ parameters:
buildSteps: []
dependsOn: []
dependsOnGlobalBuild: false
- dependOnEvaluatePaths: false
+ useCheckoutBundle: false
globalBuildSuffix: ''
variables: []
name: ''
@@ -295,8 +295,8 @@ jobs:
value: ' /p:LibrariesConfiguration=${{ parameters.liveLibrariesBuildConfig }}'
dependsOn:
- - ${{ if eq(parameters.dependOnEvaluatePaths, true) }}:
- - evaluate_paths
+ - ${{ if eq(parameters.useCheckoutBundle, true) }}:
+ - checkout
- ${{ parameters.dependsOn }}
- ${{ if ne(parameters.liveRuntimeBuildConfig, '') }}:
- ${{ format('{0}_{1}_product_build_{2}{3}_{4}_{5}',
@@ -348,9 +348,9 @@ jobs:
continueOnError: false
condition: and(succeeded(), in(variables['SignType'], 'real', 'test'))
- - checkout: self
- clean: true
- fetchDepth: $(checkoutFetchDepth)
+ - template: /eng/pipelines/common/checkout-step.yml
+ parameters:
+ useBundle: ${{ parameters.useCheckoutBundle }}
- ${{ if ne(parameters.liveRuntimeBuildConfig, '') }}:
- template: /eng/pipelines/common/download-artifact-step.yml