kasunkv / slack-notification

Slack Notification task with advanced slack message customization for Visual Studio Team Services
MIT License
20 stars 9 forks source link

"File to upload" does not support regex of file name #10

Open fvdcx opened 6 years ago

fvdcx commented 6 years ago

If I input xx/yy/zz/*.txt, It doesn't work. Only if xx/yy/zz/abc.txt can work? Could we support regex?

kasunkv commented 6 years ago

@fvdcx Yes, at the moment, only a single file is supported and you need to give the path to that single file. Support for multiple files will be added in a later update.