tfs - Get Build Quality List -


i have custom build deploys code, part of deploy process need specify build quality. have type in quality, such "ready deployment". want add custom process parameter dropdown contains build qualities setup project.

initially started create custom activity build qualities. tfs has method using:

buildserver.getbuildqualities(teamprojectname) 

however, custom activity requires teamprojectname passed in. confused, don't understand how pass argument in.

we have lots of projects , want use same build definition of them, can't hardcode team project name.

there builddetail variable (of type ibuilddetail) in workflow. has teamproject property contains name of team project current build workflow running.

you should add string input argument activity , set value in xaml designer builddetail.teamproject passed in.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -