ossentoo
ossentoo

Reputation: 2019

az devops pipeline run yaml file stored locally?

I'm very interested in the options which open up for us with the az devops cli.

I'd like to be able to generate a yaml file locally and run it from local file by using the "az pipelines run" command. is this possible?

it would allow for very fast iteration of pipeline creation. At present we are making updates to a yaml file in repo, committing, running and then reviewing (which isn't as smooth a process as it could be).

thanks

Upvotes: 1

Views: 994

Answers (1)

jessehouwing
jessehouwing

Reputation: 114601

Unfortunately, this is not possible.

There is a suggestion under review on the Visual Studio Developer Community.

Upvotes: 2

Related Questions