microsoft/azure-pipelines-yaml

how to triger a build pipeline from powershell

msdansau opened this issue · 2 comments

Hi folks i urgently need to know if it is posible to triger any build pipeline in azure devops service from windows powershell in my machine. if so, please kindly paste the steps or share any online documentation so that i can catch up on it.

if this is not posible by design. Could you please at least indicate if this is posible to achieve from another pipeline using powershell task? share doc please.
thanks in advance.

Hi @msdansau, Thanks for the question. It's not possible from PowerShell directly, but you can use tfx-cli for it with tfx build command(see tfx build queue -help output for details).

@DmitriiBobreshev thanks a lot. that answer my concern. much appreciated!.