I've got the following setup:
- I use git (Stash/BitBucket) as my versioning tool.
- My build- & deployment proccess is automated via TeamCity8.0.5 (TC)
- Feature & Bugfix branches are automatically deployed to an IIS Web Site.
When I merge a feature branch and it gets deleted from git, it gets automatically hidden from display in TeamCity, but the deployment branch is still on the IIS.
Is there any way to remove the deployment of inactive branches from the IIS disk/directory?