November 2006

Using MSBuild to deploy website files

by fred on November 30, 2006

in Code

After reading several blogs and searching the net for examples, I finally finished our team build script. Some things to note about the tasks inside the build engine. The delete task will not delete directories. The exclude path must be absolute. $(SolutionRoot)\Projects\MyProject\branch_name MyProject.sln $(ProjectLocalPath)\MyProject.Web \\Server\share_name\_DeployFiles\branch_name In order for this to work, the domain user that [...]