I have a build.proj, that is a MSBuild file and can be run locally.
All I need from TFS is
- Get the sources from TFS Source Control.
- Call "MSBuild.exe /t:Deploy".
- 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?