c# - Equivalent of Copy to Output Directory for DNX applications -


i have dnx451 mvc web application , want copy .txt file output directory make easier copy application files.

i have added file project @ same level project.json , added following project.json file.

"content": [    "file.txt" ] 

but when build application file isn't copied output location. in previous versions, have set copy output directory option in file properties, doesn't exist in dnx project.

what equivalent process of copy output directory content file copied output directory?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -