Please create a variable for the tentacle application directory

There isn’t a variable for the tentacle root application directory. I like to use this location as a custom install path. Why this location, i like it as its a way to standardize a location across differently configured servers. Its also good when you have multiple deployments going to the same location.

I can get around the issue by using …
#{OctopusOriginalPackageDirectoryPath}…\

However, that is ugly and error prone. Something like the following would be better …
#{Octopus.Tentacle.ApplicationDirectory}

thanks,

Thanks for the suggestion, we’ll give this some thought.