Sitecore / Sitecore.Pathfinder

Get started, get far, get happy!
Other
34 stars 12 forks source link

Override output directory for code generation #3

Open adeneys opened 8 years ago

adeneys commented 8 years ago

Generated code files are output to the same location as the TT file.

It would be nice to be able to override that and output the generated files to another directory, either by specifying the absolute output directory or the base directory and keep the relative directory structure. This will allow writing a simple single MSBuild target to process all generated files at once and help avoid having to include each new file in the project.

I'll implement this enhancement and issue a PR.