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