Hi,
Is there any action could do the same thing like "Copy Project" in Visual Studio? This option copy all of the required files (based on project file list) such as dll, aspx of the project to destination folder.
Any ideas?
Thank you
Hi,
Is there any action could do the same thing like "Copy Project" in Visual Studio? This option copy all of the required files (based on project file list) such as dll, aspx of the project to destination folder.
Any ideas?
Thank you
Hi Chan,
As far as I know, this is an internal Visual Studio IDE feature. It's something we're investigating for a future release, though.
You can make a fairly good approximation by defining a fileset on file types .dll, .aspx, etc.
Regards,
Angus