Using DirectiveVariable in the ProjectTemplate path removes custom actions from template

hmartin

New member
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:
Code:
[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):
Code:
[General]
ProjectTemplate=C:\Test\Test.pbpx
Am I doing something wrong? Is it a bug?

Thank you
 
Back
Top