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
Post a Comment