keesschollaart81 / AzureCostInsights.Marketplace

Azure Cost Insights - A widget for Azure DevOps (Maintenance repo)
https://marketplace.visualstudio.com/items?itemName=keesschollaart.AzureCostInsights
25 stars 8 forks source link

A YAML Build Pipeline cannot be configured in the Widget #20

Open DeChrist opened 5 years ago

DeChrist commented 5 years ago

I created a YAML Build Pipeline that successfully completed.

I then added the Widget and the configuration switched to "Advanced" and asked for a configured build, without detecting the YAML Build.

The build selection drop-down displays a blank line and does not allow to select the YAML Build Pipeline.

I then created a "Classic" Build Pipeline, and the Widget then automatically detected it and the Widget displayed correctly.

I would expect the same behaviour with the YAML Build, or at least support the ability to select/specify it manually.

jaymclain commented 4 years ago

Same issue (and expectation) noted above. I want to manage my pipelines via YAML in Git. So, it was disappointing to see the dashboard widget not present the pipeline as an option. I'd be happy to contribute to a solution, but I noticed the code for the widget is not publicly accessible.