If I’m building a pipeline with ADO. When the deploy task moves the package to Prod From UAT, does the automation package get updated in production to use the new version or do I still have to manually go in and upgrade the package.
I know the auto update package doesn’t exist when a package is manually imported but wasn’t sure if it’s via CI/CD.
I guess if it doesn’t exist then this isn’t really a CI/CD solution.