Finding TFS version from TFS collection Uri

70 Views Asked by At

I have TFS collection URI (like ip:port), Is there any programming way to find TFS semantic version number from TFS collection URI e.g. any method or property in ADO rest client libraries (https://learn.microsoft.com/en-us/dotnet/api/?view=azure-devops-dotnet) to get version?

All version numbers are listed here: https://github.com/FokkoVeegens/AzureDevOpsServerVersions?tab=readme-ov-file#2005 Not necessarily, specific versions If I can find, Is this tfs collection belong to TFS2015, TFS2013 etc. that's also fine.

1

There are 1 best solutions below

0
Andy Li-MSFT On

No, we cannot get the semantic version number from TFS collection URI only.

From TFS 2010 onwards, we can check the Product Version (semantic version number) from Application Tier Summary on TFS Administration Console. See Open the Administration Console for Azure DevOps Server for details.

enter image description here

We can also check what platform we use by opening the About page (https://ServerName/CollectionName/_home/About) for TFS (Azure DevOps Server). See Look up your Azure DevOps platform and version

enter image description here