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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -