What is the Build Drop Location environment variable name for PowerShell in TFS 2015/2017 -


in previous versions of tfs (before 2015), there build environment variable powershell called: tf_build_droplocation, gave the location of drop: https://msdn.microsoft.com/library/hh850448%28v=vs.120%29.aspx.

i can't find equivalent variable in tfs 2017. best practice it?

you can list environment variables following command:

get-childitem env:\ 

i assuming create simple build job executes , @ console output determine name of environment variable need.


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -