'Deploy SSIS Changes Only through Azure DevOps Pipeline

Recently I created a pipe line in Azure DevOps to deploy the SSIS Package automatically. I was able to complete it successfully but I'm worried weather the complete solution will be deployed every time or just the package which was modified lately. (The way we do through Visual Studio)

Or else we have any option to deploy the changes or deploy the whole.

When I say changes that means only modified object.

My Solution has multiple package but mostly I change only one package at once.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source