Could you please recommend solution to implement the following requirements:
We are having Solution with Many agents (about 10 agents). For the deployment we use the Pipelines.
So while deploying the agent/agent changes from DEV Solution to PROD Solution, Is there any way to deploy only selective agent with a pipeline? For example, only the agents/agent changes that have been completed and tested by respective developer and the other agents should remain at the original state of the production environment, although the other developer has already made edits that have not yet been fully tested.
Break down your solution into individual solutions, where each agent is a separate solution. This way, each solution is independent and can be deployed separately without affecting others.
(or)
Use solution patches to capture only changes made to the specific agents that are ready for production. A patch solution can contain only the updated components, which in this case would be the agents that have been fully tested.
Thanks.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.