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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -