I want to create a release pipeline in Azure Devops to test my app.
I have 2 artifacts. One is an APK install file. The other is a UI test DLL. My assumption is that I can upload these artifacts to the AppCenter in order to test the app.
But what kind of task should I create in my pipeline? and how should it be configured? I cannot find a task related to AppCenter.
Thanks for the help.