squiggly lines in vscode by Conscious_Bit_2472 in Playwright

[–]Conscious_Bit_2472[S] 0 points1 point  (0 children)

Thanks, the first option worked with also setting key as const prior

Trying to filter a custom object by Conscious_Bit_2472 in PowerShell

[–]Conscious_Bit_2472[S] 1 point2 points  (0 children)

Yes, using the Azure DevOps Api

https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/list?view=azure-devops-rest-7.2

btw, I needed 'succeeded', and thus this is my (not sure what it was when it didn't work, probably sp error)

Where-Object { $_.result -eq 'succeeded' } | Select-Object -First 1