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

SUPPORT FOR AGENT 2.1xx #35

Closed jessehouwing closed 8 years ago

jessehouwing commented 8 years ago

The new build agent uses Server workspaces instead of local workspaces. The TFVC tasks rely on the local workspace to provide support for auto-detection of changes, no-server-side locks when changing binary files and the lack of read-only bits on files.

If you currently rely on these tasks, stay on agent version 1.95 until I've figured out how to solve this situation. Expect a new version of these tasks which will be a BREAKING CHANGE in both UI and task implementation in order to switch to the 2.1xx agents.

jessehouwing commented 8 years ago

Got feedback that tis has been reverted.