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:
parent
07ea61f581
commit
e7eca5b3aa
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ steps:
|
|||
downloadType: single
|
||||
downloadPath: '$(Build.SourcesDirectory)/__download__'
|
||||
artifactName: '${{ parameters.artifactName }}'
|
||||
checkDownloadedFiles: true
|
||||
|
||||
# Unzip artifact
|
||||
- task: ExtractFiles@1
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
inputs:
|
||||
artifactName: IntermediateArtifacts
|
||||
downloadPath: $(Build.SourcesDirectory)\artifacts\PackageDownload
|
||||
checkDownloadedFiles: true
|
||||
|
||||
- script: >-
|
||||
build.cmd -ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue