Still working on it… getting warmer… need to bypass the authentication issue… already has a local TFSBuild user with the same password as that on the TFS server but still… &@#(%@^$# References: http://simplelifeuk.wordpress.com/2009/01/26/msbuild-task-get-the-latest-code-from-tfs-and-build/ http://blogs.msdn.com/noahc/archive/2007/01/22/real-tfs-command-line-help.aspx http://blogs.msdn.com/nagarajp/archive/2005/10/21/483590.aspx
Managed to successfully build both VB6 projects and Frameowke 2.0 solution within a single proj using msbuild. What was needed to get the VB6 compilation going using MSBuild is the MSBuild Extension Pack and the following (sample) contents for TFSBuild.proj: <Project ToolsVersion=”3.5″… Read more ›
VSS to TFS… Former Apache ANT automation which might probably be migrated to MSBuild – headache since last evening. Still reading through random pages off Google and trying to configure TFSBuild.proj so that it works *properly* for VB6 compilation (DLLs).… Read more ›