How to access tfs variables from a component using a custom powershell script for Visual Studio Release Management 2013 Release 4.0
问题 My version of Visual Studio 2013 Release Management Client/Server is Release 4.0. I am using the ReleaseTfvcTemplate.12.xaml template. Is there any way to access the system variables from a release management component (deployer configuration) when using an AGENT based release template? I get NULL when I try to pass $applicationPath or $(applicationPath) or $(ApplicationPath). Here is my status on the deployment of a component in RM that has a custom powershell deployment script: I can