Open karpis opened 6 years ago
This is happening to me as well. It was uploaded as part of an extension, so I'm guessing you have to delete the extension and republish it?
@jheaddings Deleting the extension and re-publishing results in failure on install, because TFS says the task with that ID already exists. Trying to remove the task using tfx build tasks delete
fails because it says the build task with that ID already exists.
tfx-cli version 0.4.11 TFS version 15.117.27024.0
Trying to delete a task I uploaded some time ago that was never used. Here's the output:
The problem is that the task isn't deleted. It's still available for use in builds and it still shows up if I run tfx build tasks list. I can also run the tfx build tasks delete... command multiple times, and it always produces the Task xxx deleted successfully! output.