I've attached a picture to this question and using this space to describe the steps highlighted.
- I have a main pipeline file that I run. I reference a template file, which executes as expected.
- Here is the template file.
- Here, I am setting the variable dynamically via PS (validated in my local session shown in 6.). I've tried setting it dynamically (commented out), but setting it manually for now for testing purposes.
- Back to the main pipeline, I'm looking to reference the value produced. NOTE: this screenshot shows this task being executed in a separate job, but I can shift this task to be in the same job, or switch to a different stage.
- Here is the output I receive.
- Here is the output I expect.
Thanks in advance!