Team City: Skip web.config when deploying using Web Deploy

Whitemagem

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