I am working DevOps with VSTS. Currently I worked on SSIS package deployment through VSTS release for that I used the “SSIS Deploy” task but right now this extension is not available in VSTS market place.
Configuration of SSIS Deploy task at VSTS release level:
The SSIS Deploy task will be worked if I run this task using Agent phase with the Private Agent. But whenever the same task run using Deployment group phase with specified tags, at that time I am facing the issue like
Task_InternalError Cannot index into a null array.
For suppose, If I used SSISDeployPackage task instead of SSIS Deploy task then how to pass the project parameters.
Can anyone suggest me how to resolve the above issue?