Ken Brubaker

The ClavèCoder

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Subscriptions

News

Kenneth Brubaker
Senior Application Architect

Locations of visitors to this page

Post Categories



Friday, July 27, 2007 - Posts

How to debug Team Build Project Files (TFSBuild.prj)

You can find it in the team build targets file, but no one seems to tell you, so I will. Run the team build project file locally on your box (using MSBuild) with the IsDesktopBuild property set to true:

C:\MyTeamProjectFolder\TeamBuildTypes\MyTeamBuildType>MSBuild TFSBuild.proj /p:IsDesktopBuild=true /v:diag > msbuild.log

posted Friday, July 27, 2007 2:27 AM by kenbrubaker with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems