When I upgraded my SSIS 2005 project to 2014, the project type was an SSIS package deployment model. So when I actually deploy to the Integration Services Catalog (ISC), the entire project is recreated every time. This is totally unacceptable. Code that goes through testing and is deployed to production needs to be untouched from then on.
I have read the arguments about project deployments and having small solutions. It appears that the community it trying a work around.
To put it simply, is there ANY way to deploy a single package into an existing project in ISC without touching anything else?