Description
Hi Mario,
Thanks for creating the nice plugin. We try to use it to create a release pipeline in TFS and this is core component of the pipeline.
Is it any way to avoid re-creating the project every time it is deployed?
Let me explain: we have two SSIS catalogs , in each we have one project and few different environments.
The SSIS packages are called from some SQLServer Agent Jobs that pass the /ENVREFERENCE as parameter. That is, as you know, the ID of the environment reference. Now the problem is that if the project is deleted, the envreference (linking the project to the environment) is of course also deleted.
I have to mention that we don't face this issue when deploying from Visual Studio (using project deployment mode)
Is it any way to fix this?
Many thanks,
Radu