I've got TFS2010 up and running and building a webdeploy
deployment package.
Into my directory:
C:\TFS-BUILDS\Example Build\Example Build_20100414.44\_PublishedWebsites
I get the following two directories:
WebsiteName
WebsiteName_Package
All I want to do is run the following command on a successful build - to deploy the site:
WebsiteName_Package\WebsiteName.deploy /Y
How can I customize the build process template to actually run that package? Under TFS 2010 you have to use the process templates (no more TFSBuild.csproj stuff).
I've tried duplicating the DefaultProcessTemplate.xaml
file, but it basically kills my Visual Studio when I open it.
How can I edit the .xaml by hand to run this simple command on a successful build