Share via

Unable to Select Team Foundation Version Control (TFVC) When Creating a New Pipeline

Naphatsorn Wedchasarn 0 Reputation points
2026-02-13T04:52:04.78+00:00

I am trying to create my first pipeline in my project. However, on the "Where is your code?" page, I am unable to select or connect to Team Foundation Version Control (TFVC).

Could you please advise why this option is not available and how I can proceed?

Azure DevOps
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-13T04:52:13.7366667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you are unable to select Team Foundation Version Control (TFVC) when creating a new pipeline in Azure DevOps, it could be due to a few reasons:

    1. Project Configuration: Ensure that your project is configured to use TFVC. If the project was created with Git as the version control system, TFVC will not be available.
    2. Permissions: Check if you have the necessary permissions to access the TFVC repository. You need to be a member of the Azure DevOps project and have the appropriate permissions like Read, Check In, and Check Out.
    3. Visual Studio Connection: Make sure you are connected to the TFVC repository through Visual Studio. You can do this by using the Team Explorer to connect to your project.
    4. TFVC Not Supported: Note that TFVC is not supported on ARM versions of Visual Studio, which might affect your ability to connect.

    If you confirm that your project is set up correctly and you have the necessary permissions, but still cannot select TFVC, consider reaching out to your Azure DevOps administrator for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.