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
Post a Comment