How to use a variable being created in a powershell script inside a yaml file in azure devops?
So I have a PowerShell script that generates a version number based on the current day and time and I want to use the result of this process inside a "NuGet Pack" task which takes in an environment variable as…