Compiling SSIS Projects with Team City
问题 Has anyone done this? If so, what tools/techniques/approaches did you use? Is it possible to do with installing the SQL Business Studio Version of Visual Studio? Thanks in advance! 回答1: Got it folks... 1) Install MSBuild Extensions 2) Created a Build.Xml file as so... <Project ToolsVersion="3.5" DefaultTargets="Default" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\ExtensionPack\MSBuild.ExtensionPack.tasks"/> <Target Name="Default">