从命令行,我希望能够启动一个新的构建(恰好使用XAML构建定义),我可以覆盖要开始的Changeset,并在构建之前应用特定的Shelveset吗?
答案 0 :(得分:0)
假设以下设置:
..然后您可以使用以下tfsbuild.exe
命令:
tfsbuild.exe
start
/collection:http://tfscomputer:8080/tfs/mycollection
/buildDefinition:"\MyTeamProject\NameOfBuildDefinition"
/getOption:Custom
/customGetVersion:C654321
/shelveset:CoolChanges
/queue