问题描述
我正在尝试自动化我公司的QA分支创建
我已启动并运行本地代理。我的构建定义仅位于我的团队网站上,只有两个步骤:
步骤1- ## [命令] tf.exe分支$ / Project / Main $ / Project / QA / checkin / noprompt / loginType:OAuth /login:.,********
- >步骤1工作得很好并创建包含所有文件的QA文件夹签入文件。
第2步 - &#; [#] [command] tfpt.exe branches / convertToBranch / collection:[my site] / recursive $ / Project / QA
- 错误: 无法确定工作区。
是否可以重复使用在获取源步骤中创建的工作区?
谢谢大家!
I'm trying to automate the QA branch creation on my company
I've a local agent up and running. my build definition is located on my team site with 2 steps only:
Step 1- ##[command]tf.exe branch $/Project/Main $/Project/QA /checkin /noprompt /loginType:OAuth /login:.,********
-->Step 1 WORKS great and creates the QA FOLDER with all files and checked in the files.
Step 2 - ##[command]tfpt.exe branches /convertToBranch /collection:[my site] /recursive $/Project/QA
--ERROR: Unable to determine the workspace.
Is possible to reuse the workspace created during the Get Sources step?
Thank you all!
这篇关于从vNext cmd行步骤运行TFPT.EXE以执行/ convertToBranch的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!