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

Checkout task Deprecated and Fails #112

Closed akhawajaIIC closed 8 months ago

akhawajaIIC commented 8 months 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 8 months ago

Duplicate: #111 Fixed in: 2.6.7

jessehouwing commented 8 months 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 8 months ago

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