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:
- 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.
- 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.
- 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.
- 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: