In my selenium automation suite I have different config files for different environments. (App.Dev.config, App.QA.config likewise). Currently I have two azure pipelines one build pipeline and a release pipeline. So if I want to run the UI automation tests in QA environment what I do now is change the buildconfiguration variable in build pipeline to 'QA' run the build pipeline and then once it is success run the QA stage in release pipeline manually. Is there a way to trigger this automatically?



