EAS build profiles

In docs there is a command eas build -p android --profile preview.

But when profile is not specified like eas build --platform android which profile is used? Do default profile exists? What default profile name is? Production? Is it mandatory to have production profile inside build section?

  "build": {
    "production": {}
  },

yes production is the default profile, in the past it was release and we still have fallback for that case(if production does not exist but release does)

Is it mandatory to have production profile inside build section?

no

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.