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

Can I use it on Linux? #106

Closed dlt-lee closed 2 years ago

dlt-lee commented 2 years ago

How to setup it on my linux agent?

jessehouwing commented 2 years ago

No these tasks rely on the TFVC client object model and won't work on Linux.

In theory they could be rewritten to use the Team Explorer Everywhere CLI, but that's officially deprecated and you're the first in 7 years who wants this in Linux.