I'm trying to switch over from Aptana to PTVS but I'm stymied by an inability to configure the build process. I'd like to add a pre-build step that runs some tests and a post-build step that runs a zip packager / deployment script -- however I'm totally unable to figure out how to add these to PTVS.
In a C# project (for example) I could right click on the project file to get a configuration page which allows editing pre and post build targets. In PVTS that configuration page doesn't exist. My efforts to tweak the .pyproj file by hand have also be unsuccessful. I added a target tag (the way you would in, eg, c#) and was told that the element 'target' did not recognize the attribute 'name' - even though that's how it's specified in all the MS build configs I've ever seen elsewhere.
Is this possible? If so, how can I set it up?