Why doesn't TFS get latest get the latest?

前端 未结 18 1151
陌清茗
陌清茗 2020-11-30 00:22

Why Why WHY doesn\'t TFS\'s get latest work consistently?

You would have thought that feature would have been tested thoroughly.

What I have to do is, get sp

18条回答
  •  無奈伤痛
    2020-11-30 00:39

    just want to add TFS MSBuild does not support special characters on folders i.e. "@"

    i had experienced in the past where one of our project folders named as External@Project1

    we created a TFS Build definition to run a custom msbuild file then the workspace folder is not getting any contents at the External@Project1 folder during workspace get latest. It seems that tfs get is failing but does not show any error.

    after some trial and error and renaming the folder to _Project1. voila we got files on the the folder (_Project1).

提交回复
热议问题