We've been using Visual Studio 2008 to deploy/publish our webservices for a while now and we'd like to automate the build (get code from sourcesafe, build, label the code, copy files to test pc,...).
For our other projects we use Kinooks Visual Build but I can't get it to deploy as Visual Studio does. As the developers at Kinook advised I've tried to use aspnet_compiler.exe:
aspnet_compiler.exe" -v /Website -p D:\v01 -u -f -d D:\Deploy
However, this seems to include the vss and csproj files while omitting the xsd files who have the build action = included.
Any hints on how to automatically deploy a webservice like Visual Studio does?