Identifying Version of TFS via web interface

2019-06-17 02:00发布

问题:

Is there a way to get the installed version of TFS 2017 when I only have access to its web interface via HTTP?

回答1:

There's an "About" link that appears on every page in the top right corner. It may be hidden within an ellipsis menu (...).

You'll get a version number there, like 15.112.26307.0.

The list for 2015 onward is:

  • Team Foundation Server 2015.

    • RTM - 14.0.23128.0
    • Update 1 - 14.0.24712.0
    • Update 2 - 14.95.25122.0
    • Update 2 -.1 14.95.25229.0
    • Update 3 - 14.102.25423.0
    • Update 4 - 14.114.26403.0
  • Team Foundation Server 2017.

    • RC1 - 15.103.25603.0
    • RC2 - 15.105.25716.0
    • RTM - 15.105.25910.0
    • Update 1 RC1 - 15.111.26117.0
    • Update 1 RC2 - 15.112.26206.0
    • Update 1 RTM - 15.112.26301.0
    • Update 1 RTM - 15.112.26307.0
    • Update 2 RC1 - 15.117.26526.0
    • Update 2 RC2 - 15.117.26615.0
    • Update 2 RTM - 15.117.26714.0
    • Update 3 RC1 - 15.117.26912.0
  • Team Foundation Server 2018.

    • RC1 - 16.121.26818.0
    • RC2 - 16.122.26918.3
    • RTM - 16.122.27102.1
    • Update 1 - 16.122.27409.2
    • Update 2 - 16.131.27701.1

Ref: https://docs.microsoft.com/en-us/azure/devops/release-notes/#server-build-numbers



标签: tfs tfs2017