5

I want to find out if any one has been able to build all the build variants of an Android application on Microsoft App Center?

When setting up the build process on App Center, you can only select one build type?

dedda1994
  • 141
  • 1
  • 13
x10sion
  • 2,391
  • 5
  • 24
  • 45

1 Answers1

5

The only way around this was to create a new "App" in appcenter, but select the other build variants. Just needed to name the application appropriately.

I would suggest turning off build on push/commit as this will eat through your build time and only build manually as you need the other build variants to be tested

x10sion
  • 2,391
  • 5
  • 24
  • 45
  • Another solution could be to have multiple 'copies' of the same branch,whereby there is some automated way of ensuring branches are always in the same state. – Tatenda Zifudzi Sep 25 '20 at 09:37