I have TFS2010 running and a webdeploydeployment package is being created .
To 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 in a successful build - to deploy the site:
WebsiteName_Package\WebsiteName.deploy /Y
How can I customize the build process template to actually run this package? In TFS 2010, you must use process templates (no more than TFSBuild.csproj).
I tried to duplicate the file DefaultProcessTemplate.xaml, but it basically kills my Visual Studio when I open it.
How can I edit .xaml manually to run this simple command on successful build
source
share