I've been using Microsoft's web deployment project for a while. It seems to work reasonably well for the type of manual deployments we carry out. Generally speaking our package removes certain files from the output such as .suo, .csproj etc, minifies css and js using AjaxMin, and updates certain settings in the web.config file.
On a project we're working on at the moment we simply cannot pre-compile the site for deployment, so all of those routines we've developed for use with WDP's can no longer be used.
Does anyone know of a good alternative - we're not looking for something too flashy (or expensive), we're just looking for a tool that will allow us to write some commands, choose whether to pre-compile or not, and copy files.