Update Build Definitions that match with a pattern
![]()
Hello,
I need update the properties of some Builds Definitions which ID match with a pattern. I've wrote a program that find the Build Definitions and get the properties that I want to update by means a working copy, but the problem is How can I save the changes in the Build Definition Object? Here is the Program: IBuildDefinitionQueryModel BuildDefs_QueryModel = IBuildDefinitionQueryModel.ROOT; |
2 answers
|
![]()
Finally I've got the solution!!!! :D
with the save method of ITeamBuildClient Great!!! |