On Jun 22, 2019, at 11:05 AM, Amber Brown <hawkowl@atleastfornow.net> wrote:
On 22/6/19 9:59 am, Kyle Altendorf wrote:
Hmm... I'm running Python inside a build to generate the matrix for that build (with a yaml file for a pipeline). Now I'm curious what matrixing is being used that isn't supported yet. But perhaps it isn't worth bothering to work through.
Cheers,
-kyle
It now says:
#Multi-configuration and multi-agent job options are not exported to YAML. Configure these options using documentation guidance: https://docs.microsoft.com/vsts/pipelines/process/phases
So maybe it'd work? Anyone want to volunteer to see? :)
I'm a little confused - I thought maybe you meant "now" instead of "not"; but then the only place Google could find this exact phrasing was https://github.com/Azure/azure-iot-sdk-python-preview/blob/master/vsts/build.yaml, and it definitely says "not". Except then the "phases" link you sent clearly shows some YAML under the "Multi-configuration" section.
Did something change?
-glyph
I think it means it doesn't have the functionality to export the options, but you could write it yourself.
- Amber