在命令行中,我希望能够启动一个新的构建(碰巧使用的是XAML构建定义),在这里我可以首先覆盖Changeset,并在构建之前应用特定的Shelveset?
发布于 2017-06-21 01:50:38
假设设置如下:
。。然后可以使用以下tfsbuild.exe命令:
tfsbuild.exe
start
/collection:http://tfscomputer:8080/tfs/mycollection
/buildDefinition:"\MyTeamProject\NameOfBuildDefinition"
/getOption:Custom
/customGetVersion:C654321
/shelveset:CoolChanges
/queuehttps://stackoverflow.com/questions/44665608
复制相似问题