I have a website in VS2010 with Publish settings that I use for deploying to local environments. However, I want my automated build to to create the deployment package in FileSystem format.
I updated my build targets for the project to "Build;Package", which works. The problem is it creates an extremely long file path inside a folder called "Archive".
How can I get TFSBuild, MSBuild, or my Website project to "package" the site for deployment without creating this long file path?
Please considder that I am aware of WebDeployment projects and would like to avoid using them.
Thanks.