I just love it when Microsoft changes things out of the blue without clear, available documentation!
It looks like they deprecated these to make way for Marketplace apps. You should add the first one in the list, "IIS Web App Deployment Using WinRM".
https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp
I've no idea why this isn't "installed" in TFS by default, since it is Microsoft's own solution. Instead, you get the pleasant experience of:
- Realizing midway through your Release configuration that the one you were used to using is now suddenly deprecated
- Researching the replacement on SO
- Clicking "Get Now" on the new IIS Web App Deployment Using WinRM item.
- Adding it to your TFS account, presuming you have access to do so without having to kick the request up the chain to your TFS instance owner or manager.
- Saving your release pipeline in progress, because TFS doesn't "see" that you have the new IIS Web App Deployment Using WinRM item until the whole pipeline task creator reloads.
- Finding and re-opening the pipeline in progress you just saved, only to re-open it and continue editing to complete your initial task.
Cheers!