Getting SQL 2012 SSIS packages built on TFS 2012.2
I have been trying to get SQL 2012 SSIS packages built on a TFS2012.2 build system. As has been pointed out by many people the problem is you cannot build SQL SSIS packages with MSBuild. This means you have to resort to call Visual Studio DevEnv.exe from within your build. Jakob Ehn did a great post on this subject, but it is a little dated now due the release of VS 2012 and SQL 2012...