Here what the issue is.When you install the Azure SDK bits it installs some VS Web Publish updates. One of these updates the file at C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets. Based on how our setup is defined if that file has an updated timestamp (for whatever reason) then when you install the new component the file does not get updated.
To resolve this you should be able to follow the steps below:
- Rename the Microsoft.WebApplication.targets to Microsoft.WebApplication.targets.bak
- Install/Repair using the exe at http://go.microsoft.com/fwlink/?LinkId=253458