From a68e99c30fc51fc484c5c01fc79e5386ec625208 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Mon, 8 Mar 2021 11:37:53 -0800 Subject: [PATCH] Enable CheckDownloadedFiles on DownloadBuildArtifacts task --- eng/pipelines/common/download-artifact-step.yml | 1 + eng/pipelines/coreclr/templates/crossdac-pack.yml | 1 + eng/pipelines/official/jobs/prepare-signed-artifacts.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/eng/pipelines/common/download-artifact-step.yml b/eng/pipelines/common/download-artifact-step.yml index b3f497392ed53d..2470db19de70da 100644 --- a/eng/pipelines/common/download-artifact-step.yml +++ b/eng/pipelines/common/download-artifact-step.yml @@ -14,6 +14,7 @@ steps: downloadType: single downloadPath: '$(Build.SourcesDirectory)/__download__' artifactName: '${{ parameters.artifactName }}' + checkDownloadedFiles: true # Unzip artifact - task: ExtractFiles@1 diff --git a/eng/pipelines/coreclr/templates/crossdac-pack.yml b/eng/pipelines/coreclr/templates/crossdac-pack.yml index 77802a2bf40b34..40e375bb9375c4 100644 --- a/eng/pipelines/coreclr/templates/crossdac-pack.yml +++ b/eng/pipelines/coreclr/templates/crossdac-pack.yml @@ -72,6 +72,7 @@ jobs: inputs: artifactName: $(buildCrossDacArtifactName) downloadPath: $(crossDacArtifactPath) + checkDownloadedFiles: true - script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -subset crossdacpack -arch $(archType) $(osArg) -c $(buildConfig) $(officialBuildIdArg) $(crossDacArgs) -ci displayName: Build crossdac packaging diff --git a/eng/pipelines/official/jobs/prepare-signed-artifacts.yml b/eng/pipelines/official/jobs/prepare-signed-artifacts.yml index 042ad8e2c7cf95..a5457d751ad03f 100644 --- a/eng/pipelines/official/jobs/prepare-signed-artifacts.yml +++ b/eng/pipelines/official/jobs/prepare-signed-artifacts.yml @@ -43,6 +43,7 @@ jobs: inputs: artifactName: IntermediateArtifacts downloadPath: $(Build.SourcesDirectory)\artifacts\PackageDownload + checkDownloadedFiles: true - script: >- build.cmd -ci