Home > Mobile >  Set Azure DevOps pipeline variable to array of values
Set Azure DevOps pipeline variable to array of values

Time:07-12

I am trying to run a set of tests across a set of ADO builds.

I can retrieve the list of ADO builds using PowerShell. However, once I have the list, I need to export that to an ADO variable and then iterate across the values.

I've seen how to export values from Powershell to ADO using enter image description here

  • Related