Hi Friends,
I have an console application that is scheduled under task scheduler.I want to do the same on other machine.
When I publish the code it generates some setup files to install.
I have some static files in project like email template that did not come as a part of publish code.
Is there any way to get exe and email template only to deploy in to target machine.
I don not want to copy paste complete code manually.