jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
27 stars 18 forks source link

[feature-request] Allow minimatch for files to check in #74

Closed yrtimiD closed 5 years ago

yrtimiD commented 5 years ago

I think this can be done by firstly getting list of pending changes and then applying minimatch pattern over it

jessehouwing commented 5 years ago

I've considered this, but it's confusing between the syntax TFVC expects and the task. Unless there is a radio button to choose between the options, it'll be hard to use. I don't think many people will understand the impact.

I had started working on a v2 based on a completely new approach, I could see it working there maybe...