In a visual studio project, I have three levels: a data layer, a business layer, and a presentation layer.
In the data layer, I have several XSLTs that convert some objects to email, everything works fine, but I found that XSLTs are not created and are not copied when created.
Currently, I created a folder at the deployment location and placed XSLT there, but I'm interested in using the manual process to update them.
Has anyone encountered a similar problem, and if so, how did they get around this.
Uses an MSBuild script to copy build artifacts to the right place, does anyone have examples of this?
Thaks
source
share