Concatenate variables octopus deployment path

Will the following variables be concatenated and deploy the package to a directory like:
C:\installfolder\versionnumfolder\

Where:
#{ServiceConfigInstallDir} = C:\installfolder\
#{Octopus.Action.Package.PackageVersion} = versionnumfolder

Hi Matthew,

That’s completely correct, it will install to C:\installfolder\versionnumfolder\ as expected.
e.g.
image

Regards,
Paul

1 Like

Thank you.

1 Like