I installed the Web Deployment Project add-in to my VS.NET2005 IDE and created a project, added it to the Source Control, and can build the entire soln and ewb deployment proj fine via IDE.
How can I properly install this MSBuild file on our TFS Build Server
Do I run the Web Deployment Project install on the TFS Build Server
Or copy the Microsoft.WebDeployment.Tasks.dll assembly & Microsoft.WebDeployment.targets to the build server
This is the build error I am getting.
C:\..\BuildType\TFSBuild.proj(33,11): error MSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.