Hi,
I am using Custom Install directory to install the acceptance test assemblies. When I deploy a new release first time this step fails complaining the file path length restriction.
File path is constructed with fixed value (D:\Octopus\Apps) with other dynamic values such as package id, release number and azure region suffix.
When we check the installation directory to investigate why it is failing, we found that this step is creating a folder for the last variable (EUW) again and again.
So it is creating the folder D:\octopus\Apps\PackageName\1.0.0.1_alpha\EUW and keep creating the EUW folder in some sort of recursion until fails.
I have selected ‘Purse this directory before installation option’ to ensure latest changes are deployed all the time.
could you please help?