chrisism / VSTS.Robocopy

Robocopy task for VSTS/TFS
MIT License
3 stars 4 forks source link

multiple files wildcard is not working #6

Closed melvinduc closed 4 years ago

melvinduc commented 6 years ago

When you are using multiple file wildcards (like .exe .dll), the wrapper is not function correctly. This is because the files parameter (in robocopytask.ps1) is declared as type string, but this must be of type array. I already fixed it, but I am not able to push a new branch & create a pull request (or I don't know how exactly). capture

melvinduc commented 6 years ago

I've created a pull request

chrisism commented 6 years ago

Thank you, I will check it out.

dahovey commented 5 years ago

@chrisism Has this pull request been reviewed? I encountered the same issue and would appreciate update to extension.

Thanks.

chrisism commented 5 years ago

@dahovey Just checked and merged, but still needs changes to comply with azure devops task schema. Will fix that part and release an update in a little moment after last tests.

chrisism commented 5 years ago

@melvinduc @dahovey Rolling out new release 1.1.0