Wednesday, May 2, 2018



How to disable all XMAL based TFS build definition using SQL Query  ?


Below query will update all Project'e xmal based build definition to be disabled

ANS : update  [tbl_BuildDefinition] set QueueStatus = 2

No comments:

Post a Comment