I am trying to deploy a Xamarin.Forms application using Azure DevOps. Before actual deployment, I need to use File Transform task to change values in a json file. I provide a path to .apk (for Android) or to .ipa (for iOS) in the "Package or folder" field of the task. I get the following error:
Invalidwebapppackageorfolderpathprovided D:\a\r1\a_Android App-CI\drop\Release\com.somename.mobile.apk
Does it mean that I cannot use File Transform with .apk and .ipa, and the only type allowed is .zip?
P.S. I have this task in the release pipeline rather than in build pipeline for a reason.