I am using TeamCity to build and deploy files onto a IIS website using Web Deploy 3.
I would like to add a step to call a url when done so that the custom cache can be refreshed when the deployment is finished.
Is there a way I can add a build step to call a url?
Thanks