How to get build definition from TFS and pass it to the external program -
how build definition tfs , pass external program
this doing manually:
1) queue new build 2) once build completed go drop folder , exe name 3) pass exe name test automation program , run it.`
i want automate these 3 steps. possible build definition programatically?
create custom build template. use copy of default (or ever you're using now) starting point. in work flow builddetail.compilationstatus = buildphasestatus.succeeded. have opportunity invoke application, stub program/powershell script/any other executable process. can pass path of build completed using builddetail.droplocation.
Comments
Post a Comment