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
28 stars 17 forks source link

Checkout task Deprecated and Fails #112

Closed akhawajaIIC closed 1 year ago

akhawajaIIC commented 1 year ago

Hi,

Yesterday we started to notice our builds failing with the checkout task. I noticed there were changes checked in just before our pipeline started to fail. I've tried both v1 and v2 of the task and both fail with different errors (please see attached). The task also shows as Depreciated in the pipeline. Your help would be greatly appreciated in resolving these issues.

Regards, Asim

tfvc - checkoutv2_6 - error.txt tfvc - checkoutv1_6 - error.txt tfvc - deprecated

jessehouwing commented 1 year ago

Duplicate: #111 Fixed in: 2.6.7

jessehouwing commented 1 year ago

As for the task being deprecated, that's expected for the Check-out task, Azure Pipelines defaults to local workspaces and explicitly checking out isn't required.

akhawajaIIC commented 1 year ago

Sorry, I didn't see the duplicate item logged. Thank you for the quick response!