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

Remove lock before check-in #42

Open iamjonatha opened 7 years ago

iamjonatha commented 7 years ago

If a file is locked, check-in fails. Provide an option to unlock files before check-in operation

jessehouwing commented 7 years ago

Sounds like you're using Server workspaces. I recommend you move away from those and use Local workspaces. The new (2.x) agent exclusively uses those, in which case unlocking isn't even an option.

I'd accept a pull request.