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