Azure Pipelines: Storing objects in variables from a PowerShell task
In this quick post I will share a trick I have found recently to store an object in an Azure Pipelines variable from a PowerShell script. The problem Setting a variable in a script for later use i...