Using .net custom templating can I change the path in config to folder structure in which it is created #6233
rahul-kanhaiya
started this conversation in
General
Replies: 1 comment
-
Hi @rahul-kanhaiya, You can try to use replace macro for updating currDir value. If I understand you correctly you can take a desired value from sourceName property. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a custom config and then generated a project from it, now my project folder structure is test/firstDraft , which should be updated in app settings file for property currDir. {currDir:'test/firstDraft'}
Beta Was this translation helpful? Give feedback.
All reactions