Show all changesets between two labels

后端 未结 2 1344
说谎
说谎 2020-12-11 17:18

In TFS2010 each build is associated with a label by the build server.

Our SCM management wants to see all the changesets and related workitems between two labels. Mo

2条回答
  •  [愿得一人]
    2020-12-11 17:34

    tf history /server:"http://tfsserver:8080/tfs/DefaultCollection" "$/project root/Dir/SubDir" /recursive /noprompt /format:detailed /version:"L1.1.66.0~L1.1.67.0"

    Notice L prefix in version option.

提交回复
热议问题