Hi,
I seem to have a problem where using a directive variable in the ProjectTemplate path results in my custom actions being stripped from the template file. For example, using a directive file that looks like:
[DirectiveVariables]
TEMPLATEPATH=C:\Test
[General]
ProjectTemplate={$TEMPLATEPATH$}\Test.pbpx
will result in the custom actions being stripped from the template file.
But this works as expected (and my custom actions are kept):
[General]
ProjectTemplate=C:\Test\Test.pbpx
Am I doing something wrong? Is it a bug?
Thank you