TFS2010 Build does not deploy web application
Clash Royale CLAN TAG #URR8PPP TFS2010 Build does not deploy web application I'm trying to get my web application to deploy automatically at the end of an automated build and I'm obviously missing something. My setup is: VS2012 on a Win7 workstation TFS2010 repository on serverA TFS build agent on serverB Test site in IIS7 on serverC. I have created a quick test project using the default MVC4 template and created a Team Project to go with it using the MS VS Scrum 1.0 template. I created a new publish profile for the web application using the publish web dialog and the .pubxml file is checked in with the project. The .pubxml file looks something like this: <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <WebPublishMethod>MSDeploy</WebPublishMethod> <SiteUrlToLaunchAfterPublish>TestServer/DeployTest</SiteUrlToLaunchAfterPublish> <MSDeployService...