Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I Copy Task Groups in Visual Studio Online?

Task Groups are a great way to build a library of commonly executed Build and/or Deployment Actions in Visual Studio Online. Does anyone know of a way to make a copy of (or clone) an existing Task group? I don't see that as an option in the UI anywhere.

like image 214
CRender Avatar asked Dec 08 '22 19:12

CRender


1 Answers

I think there is no way to do this yet. It's not even possible on TFS On-premise. Though our TFS professional told us, it should come with TFS2017 Update 1.

Only thing you can do, is select all tasks in your task group and create a new TaskGroup with them. Which is basically the same as cloning the task group itself - it only takes you some clicks more.

like image 74
phifi Avatar answered Dec 10 '22 09:12

phifi