Identifying Version of TFS via web interface

前端 未结 1 1879
眼角桃花
眼角桃花 2021-02-19 09:31

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

相关标签:
1条回答
  • 2021-02-19 10:05

    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/features-timeline#server-build-numbers

    0 讨论(0)
提交回复
热议问题