I have a vNext release template triggered by a TFS build with a component that is running a PowerShell script in a standard environment.
write-verbose "ApplicationPath = $($ApplicationPath)" -verbose
write-verbose "ApplicationPathRoot = $($ApplicationPathRoot)" -verbose
write-verbose "BuildDefinition = $($BuildDefinition)" -verbose
write-verbose "BuildDirectory = $($BuildDirectory)" -verbose
The script is displaying the system variables described in MSDN but two variables are not displayed (ApplicationPathRoot and BuildDirectory). TFS and RM are version 12.0.31101.0 (Tfs2013.Update4)
Am I missing something or is a known problem?