If you are looking into deploying TeamCity application into SalesForce platfrom, this will only be possible if it matches our requirements listed in Supported Platforms and Environments.
If you are looking for a way to deploy applications into Saleforce platform from within TeamCity - there is no direct support for that. You can probably write a build script (e.g. in Ant) that will perform the deployment, then create a build configuration that will retrieve necessary binariers via TeamCity artifact dependencies and run the build either manually (e.g. via "Promote" feature for a build - available since TeamCity 5.0) or via other trigger, e.g. by schedule.
Tomas,
Could you please explain what do you mean under "support web development"? What tasks need to be performed in CI?
Thomas,
If you are looking into deploying TeamCity application into SalesForce platfrom, this will only be possible if it matches our requirements listed in Supported Platforms and Environments.
If you are looking for a way to deploy applications into Saleforce platform from within TeamCity - there is no direct support for that. You can probably write a build script (e.g. in Ant) that will perform the deployment, then create a build configuration that will retrieve necessary binariers via TeamCity artifact dependencies and run the build either manually (e.g. via "Promote" feature for a build - available since TeamCity 5.0) or via other trigger, e.g. by schedule.