I am currently using azure DevOps for the current project where the entire code of the application is maintained as a project and the test Automation code is maintained as another separate project. Now I want to do build a CI pipeline thru azure pipeline and integrate my Automation code.
My question is: will it be possible to perform a CI by building a pipeline where the developers' code and the Automation code is maintained in two different projects.
FYI: I am currently using Katalon Studio for developing my Automation scripts.