Skip to content

Commit

Permalink
Enable CheckDownloadedFiles on DownloadBuildArtifacts task (#49321)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Mar 9, 2021
1 parent 07ea61f commit e7eca5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/common/download-artifact-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
downloadType: single
downloadPath: '$(Build.SourcesDirectory)/__download__'
artifactName: '${{ parameters.artifactName }}'
checkDownloadedFiles: true

# Unzip artifact
- task: ExtractFiles@1
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/templates/crossdac-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/official/jobs/prepare-signed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
inputs:
artifactName: IntermediateArtifacts
downloadPath: $(Build.SourcesDirectory)\artifacts\PackageDownload
checkDownloadedFiles: true

- script: >-
build.cmd -ci
Expand Down

0 comments on commit e7eca5b

Please sign in to comment.