I deploy a project by using build parameters such as:
systemDeployOnBuild = true
system.DeployIISAppPath = [something]
system.DeployTarget = MSDeployPublish
and a few other parameters to target my IIS Web Deploy server.
How can I prevent the web config from being deployed with it?
Thanks!