Add itemPattern and downloadType params to artifact download task

This commit is contained in:
David Wilson 2018-08-02 11:27:19 -07:00
parent f73fb63701
commit 8ba93a7215
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,9 @@ phases:
displayName: npm install
- task: DownloadBuildArtifacts@0
inputs:
itemPattern: '**'
downloadType: 'specific'
displayName: Download Release Artifacts
- script: |

View File

@ -48,6 +48,9 @@ phases:
displayName: npm install
- task: DownloadBuildArtifacts@0
inputs:
itemPattern: '**'
downloadType: 'specific'
displayName: Download Release Artifacts
- script: |