Hi
I have VS solution which includes 3 projects:SQL, SSRS & SSIS
Today in my Jenkins pipeline, I'm deploying each one in separate stage:
For SQL I'm using msbuild command.
For SSRS I'm using rs command.
For SSIS I'm using IsDeploymentWizard command.
Last week I saw this article:
https://docs.microsoft.com/en-us/visualstudio/ide/reference/deploy-devenv-exe?view=vs-2019
So my question what is the proper way to do deploy? using this command for all 3 or one by one?