Request build on specified build engine with buildproperties
Hi,
in the RTC api we have ways of starting a build
ITeamBuildRequestService.requestBuild(IBuildDefinitionHandle, IBuildProperty[], IBuildProperty[], boolean, boolean) and
ITeamBuildRequestService.requestAndStartBuild(IBuildDefinitionHandle, IBuildEngineHandle)
Is there a way to set the buildEngine and still be able to set the buildproperties?
Mike
|
One answer
Nevermind, I figured it out by using IBuildRequestParams.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Or do I need to runÂ