Skip to content

Commit e7eca5b

Browse files
authored
Enable CheckDownloadedFiles on DownloadBuildArtifacts task (#49321)
1 parent 07ea61f commit e7eca5b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

eng/pipelines/common/download-artifact-step.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ steps:
1414
downloadType: single
1515
downloadPath: '$(Build.SourcesDirectory)/__download__'
1616
artifactName: '${{ parameters.artifactName }}'
17+
checkDownloadedFiles: true
1718

1819
# Unzip artifact
1920
- task: ExtractFiles@1

eng/pipelines/coreclr/templates/crossdac-pack.yml

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
inputs:
7373
artifactName: $(buildCrossDacArtifactName)
7474
downloadPath: $(crossDacArtifactPath)
75+
checkDownloadedFiles: true
7576

7677
- script: $(Build.SourcesDirectory)$(dir)build$(scriptExt) -subset crossdacpack -arch $(archType) $(osArg) -c $(buildConfig) $(officialBuildIdArg) $(crossDacArgs) -ci
7778
displayName: Build crossdac packaging

eng/pipelines/official/jobs/prepare-signed-artifacts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
inputs:
4444
artifactName: IntermediateArtifacts
4545
downloadPath: $(Build.SourcesDirectory)\artifacts\PackageDownload
46+
checkDownloadedFiles: true
4647

4748
- script: >-
4849
build.cmd -ci

0 commit comments

Comments
 (0)