How to copy file in msbuild ?
i download template msbuild from http://christoctemplate.codeplex.com/ but i want coppy files need deploy to another directory "Desktopmodules" so how do i chage in the file "ModulePackage.targets" ?
For instance , i store project in "d:\myproject" and store dotnetnuke in "d:\mywebsite" and i would like build project then files auto copy to "d:\mywebsite\...\destopmodules\" directory , because i don't want store my project in destopmodules directory .