we use the new vNext Build system. I have several steps in my build defintion - example:
Step 1 executes a PowerShell-Script to determine the dynamic path to a specific setup file. How can I save ("cache") this path to use it in step 2. It does not work when I cache this information in an variable (eg "$Env:SetupPathVE")
thx..!