is someone knows how to publish a Visual Studio project by script which will do the equivalent of Right-click on the Web or WCF project and selecting "Publish..."?
I don't want to deploy files on IIS! I want only create files before copying it on IIS. I tried to find it everywhere without success.
For Web project I can copy files from build folder, but for WCF how can I create automatically web.config
and .scv
files?