I have the following problem: [|AI_AIP_FOLDER] is resolved to an empty string - in just one out of many projects. I read a forum post which indicates that there was a bug which was fixed a long time ago - can it be that it has resurfaced?
My use case is code signing. I use the "Custom" tool setting, point the path to powershell.exe, and pass this command line:
Code: Select all
-NonInteractive -NoProfile -ExecutionPolicy Bypass -File [|AI_AIP_FOLDER]build\common\SignBinaries4.ps1 For diagnosis, I changed the tool path to C:\Windows\System32\cmd.exe, and prepended the command line with "/k echo " so that I can inspect the generated command in Windows Task Manager. And it is true, while in one project the "-File" parameter starts with the directory where the aip file is, for the other project the path starts with "build\common".
I compared all project settings and found no differences. Looking through the revision history, I find that both aip files were created in 2019, only 3 hours apart. Currently, I am using AI version 23.4.
Thanks for your help.
Hans
FOLLOW US