标签: git command-line tfs build
如您所见,TFS构建已连接到git repo,Development.Services。
我想要做的是运行一个powershell脚本,从API中检索一些模板到$(build.sourcesDirectory),然后运行命令将它们全部推送到Git Repo。我可以处理powershell部分。
除了我不知道为Git运行什么命令。当我在Advanced for Command Line中单击工作文件夹时,会弹出。我觉得非常接近,但我需要一些指导如何继续。
答案 0 :(得分:0)
环境:TFS 2015.3。
注意强>:
实现目标的步骤:
git add <filename> command
git commit -m "Commit message"
git push origin master