I am trying to execute PowerShell script during TFS build process. I added new activity "RunScript" into TFS Build workflow and new arguments. That script works with arguments.
Now I am trying to use returned value in another activity. Actually I would like to assign some global variable with that value in PowerShell script and pass to another process.
Any help?