.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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -