我需要在 tfspreview 中获取 ChangeSetId 以进行持续集成。我只需要这个单一的号码。我尝试了所有我能找到的可能的 MSBuild 任务,但总是有另一个小问题阻止了我。
因为MSBuild.ExtensionPack.Tfs.TeamBuild
我得到:
Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
并且TfsClient -task
在 community-pack 中(正在生成以下 exec: tf.exe history . /StopAfter:1 /noprompt /format:detailed /recursive
)我得到:
The specified task executable could not be run. The system cannot find the file specified
我的问题是;是否可以TF.exe
在 tfspreview 服务器上执行?或者我可以让Microsoft.TeamFoundation.Client
构建服务器上的程序集执行这两个任务之一吗?