jakobehn / VSTSGitHubTasks

MIT License
21 stars 10 forks source link

How to add multiple release assets #21

Open light-tech opened 6 years ago

light-tech commented 6 years ago

As the title, there is no clear documentation on how to add several files in the release. Attempt to do something like **\*.(exe|dll) simply fails with Illegal character in path.

jakobehn commented 6 years ago

The task uses a PowerShell module that ships with the VSTS Task SDK. AFAIK there's no official documentation for that module, but here is a good blog post that explains how it works: https://blogs.infosupport.com/tfs2015-build-tasks-the-wildcard-format-explained/

Let me know if that helps