Hi,
Is there some way that I can add a script into the SSIS project that runs post-deployment (a la SSDT) to create the reference between the environment and the project (i.e. exec catalog.create_environment_reference)?
What I want to do is deploy the environment variables via a TSQL script as part of an SSDT project at that point the SSIS Project may or may not be deployed if it's not then I want to be able to create the reference automatically as part of the SSIS deployment.
It seems to me that the environment variables are so intrinsically linked to a project that they should be able to be deployed as part of it.
Cheers
Leyton