How do you specify a direct build name directory using TFS build of an ASP.net web application?
Posted
by Mark Kadlec
on Stack Overflow
See other posts from Stack Overflow
or by Mark Kadlec
Published on 2010-05-11T19:09:58Z
Indexed on
2010/05/11
19:14 UTC
Read the original article
Hit count: 253
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?
© Stack Overflow or respective owner