c# - DeploymentItem-Attribut for all files and folders in folder -


i want deploy files in folders in directory within unit-test. deploy eacht item through deploymentitem-attribut much.

i tried like

[deploymentitem(".\\")] 

or

[deploymentitem("*.*")] 

but both don't work.

does knows how can deploy files subfolders deployment-attribut?

deploymentitemattribute not take pattern search , deploy. read more here

you need use each of file names same or create custom attribute takes pattern , deploys item our output directory.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -