Hi,
You can add following code to TFSbuild.proj
<Target Name="AfterCompile">
<Exec Command=""$(ProgramFiles)\Microsoft Visual Studio 9.0\Common7\IDE\devenv" "$(SolutionRoot)\SSIS_IncludeExe\SSIS_IncludeExe.dtproj" /Build "Debug|Any CPU""/>
<Copy SourceFiles="$(SolutionRoot)\SSIS_IncludeExe\bin\Package.dtsx" DestinationFolder="$(OutDir)" />
</Target>
Best Regards,
Ruiz
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Sincerely,
Ruiz Yi