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

Unable to determine workspace from source folder #45

Closed mccw closed 7 years ago

mccw commented 7 years ago

I've upgraded to the latest version of TFVC-Tasks and am receiving the above error on both the add and check in build steps. 6_Adding files to source control.txt 7_Check changes into source control.txt image image

I'm sure it's something I have configured incorrectly but I'm at a loss.

Thanks

mccw commented 7 years ago

It looks like this was an issue with the build agent. The build agent was running as a service which was causing the steps to fail. I changed it to interactive and the steps are completing now.