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

Implement workspace type check #38

Closed jessehouwing closed 7 years ago

jessehouwing commented 7 years ago

it looks like agent version 1.x in combination with disabling multiple checkouts results in the behavior that the agent creates a server workspace. All my tasks expect to work against a local workspace.

This behavior is no longer present in agent version 2.0.

Current proposal is to add an explicit error message to the Update Gated Changes and the Check-in task to warn people of this condition.

If someone wants to contribute a TF Checkout task, I'd be happy to include it with the extension, but I'm not going to invest time in this feature for the following reasons:

jessehouwing commented 7 years ago

Related to: #36 and #37

jessehouwing commented 7 years ago

image image