Build the ssis and ssrs packages using Gradle Build the ssis and ssrs packages using Gradle jenkins jenkins

Build the ssis and ssrs packages using Gradle


I found the way to build ssis project using devenv.com

The folder Structure like

D:\BuildDemo    |------DataCollector        |------DataCollector                    |------bin                            |------Development                                        |------*.dtsx           //source code                                        |------DataCollector.ispac                    |------obj                    |------*.*        |------DataCollector.sln

The command to build the ssis project is
We need to pass solution file as parameter to devenv.com to execute packages.

D:\BuildDemo\DataCollector>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com" DataCollector.sln /build "Development|Default"