Enable CheckDownloadedFiles on DownloadBuildArtifacts task (#49321)
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 9 Mar 2021 00:43:07 +0000 (16:43 -0800)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 00:43:07 +0000 (16:43 -0800)
eng/pipelines/common/download-artifact-step.yml
eng/pipelines/coreclr/templates/crossdac-pack.yml
eng/pipelines/official/jobs/prepare-signed-artifacts.yml

index b3f4973..2470db1 100644 (file)
@@ -14,6 +14,7 @@ steps:
       downloadType: single
       downloadPath: '$(Build.SourcesDirectory)/__download__'
       artifactName: '${{ parameters.artifactName }}'
+      checkDownloadedFiles: true
 
   # Unzip artifact
   - task: ExtractFiles@1
index 77802a2..40e375b 100644 (file)
@@ -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
index 042ad8e..a5457d7 100644 (file)
@@ -43,6 +43,7 @@ jobs:
     inputs:
       artifactName: IntermediateArtifacts
       downloadPath: $(Build.SourcesDirectory)\artifacts\PackageDownload
+      checkDownloadedFiles: true
 
   - script: >-
       build.cmd -ci