Search Unity

Support for fastlane plugins

Discussion in 'Unity Build Automation' started by bearhugmo, Mar 10, 2021.

  1. bearhugmo

    bearhugmo

    Joined:
    Mar 20, 2019
    Posts:
    19
    Is there currently any way to specify fastlane plugins as part of the workflow for building with a FastFile?

    I've been trying to update our delivery mechanism to use appcenter and have been unable to do so.

    The built-in mechanism for fastlane relies on calling:

    `fastlane add_plugin appcenter` 
    But the effects of running such commands in a shell script get lost by the time Unity Cloud gets to executing the FastFile.

    Is there a supported mechanism for doing so?