chamindac / vsts.release.task.download-artifacts

3 stars 1 forks source link

Cannot mix selective artifact download with full artifact download #16

Open Laibalion opened 6 years ago

Laibalion commented 6 years ago

We have several artifact sources. For some sources we want to selectively download it's artifacts, and for others we want to download all of them. However, that doesn't seem to work. only the fully specified artifacts are downloaded. for example: Source1\Artifact1;Source1\Artifact2;Source2;Source3\Artifact1 doesn't download anything from Source2. Only S1\A1, S1\A2 and S3\A1 are being downloaded.