I am using package deployment of web application through MSDeploy.
I don't want to deploy web.config through it.
So how can i skip the config file deployment through ms-deploy.
I am using below Command for deployment.
msdeploy.exe -verb:sync -source:package=C:\udeploy\agent\var\work\JenKins\MwApplicationData\MarketWorkFlowWebApp.zip -dest:auto=localhost -setParam:name=%1,value=%2 -enableLink:AppPoolExtension