views:

133

answers:

0

I have a build.proj, that is a MSBuild file and can be run locally.

All I need from TFS is

  1. Get the sources from TFS Source Control.
  2. Call "MSBuild.exe /t:Deploy".
  3. Update the build status based on the result of MSBuild.

I have tried to make a template combining the DefaultTemplate.xaml and UpgradeTemplate.xaml.

But so far, no luck :-(

Can someone help me make this template?