My Company works with custom buildsteps based on Powershell scripts.
My task now is to verify whether it is possible to 'export' Variables form these scripts to the global build variables available in tfs itself?
Somewhat like $env:build_Myvairable
(in script) / $(build.myvariable)
(on Tfs).