I have a TFS build set up to deploy an ASP.net project to a test server.
The build works great, and deploys to the test server fine, but instead of putting it into the \Website directory that my IIS webserver is configured for, it puts the build into \Website_20100511.6
Why is the date suffixed to the directory name? Is there a way to turn that off so I can publish directly to the \Website?