c# - 以编程方式向 TFS 添加新文件

标签 c# tfs

我正在尝试使用 C# 将新文件添加到 TFS 源代码管理。

谁能帮我解决这个问题?

谢谢, 纳什

最佳答案

这是一个 using the TFS API to checkin code 的例子.

关于c# - 以编程方式向 TFS 添加新文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10182601/

相关文章:

c# - 如何在测试用例中防止 'over-testing'? (C#/n单位)

svn - 颠覆到 TFS 迁移

tfs - 如何更改 TFS 工作项字段定义 (WIT) 中的大写/小写?

visual-studio-2013 - Visual Studio 2013 和 TFS Build 2015 : Devenv. exe 无法生成 MSI 文件

git - 致命 : The remote end hung up unexpectedly libcurl result = 7

git - 将 TAG 推送到服务器时发生 fatal error

c# - 如何将异步 Func 或 Action 转换为委托(delegate)并调用它

c# - 如何从 Web 服务响应中读取 HTTP 响应 header ?

c# - Visual Studio : Is there a setting to delete whitespace a tab at a time?

c# - 为什么 "async void"方法会同步运行?