.net - Compiled content file (.JS) are not including in MSI packages -
i have added setup project(windows installer) web application generate msi packages. after building solution using devenv generating msi file. have typescript files in our web application project compiled during build process , generate corresponding .js (javascript) files. mentioned javascript(.js) files result of compiling .ts files not including in msi packages. 1 on issues. have added content files output of setup project.
Comments
Post a Comment