1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Enable CheckDownloadedFiles on DownloadBuildArtifacts task (#49321)

This commit is contained in:
Santiago Fernandez Madero 2021-03-08 16:43:07 -08:00 committed by GitHub
parent 07ea61f581
commit e7eca5b3aa
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@ steps:
downloadType: single
downloadPath: '$(Build.SourcesDirectory)/__download__'
artifactName: '${{ parameters.artifactName }}'
checkDownloadedFiles: true
# Unzip artifact
- task: ExtractFiles@1

View 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

View file

@ -43,6 +43,7 @@ jobs:
inputs:
artifactName: IntermediateArtifacts
downloadPath: $(Build.SourcesDirectory)\artifacts\PackageDownload
checkDownloadedFiles: true
- script: >-
build.cmd -ci