microsoft / app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds
Other
95 stars 53 forks source link

Please clarify how does this extension work on a hosted Azure DevOps environment? #227

Open adams-family opened 3 years ago

adams-family commented 3 years ago

Type: documentation update request

Please clarify how does this extension work on a hosted Azure DevOps environment?

anatolybolshakov commented 3 years ago

Hi @adams-family, there is specific fastlane version installed by default on hosted Azure DevOps environment - you can find current installed version here. If you specified 'Install fastlane' input for task - it will install fastlane by calling 'gem install fastlane' command - you can find more details about gem here. To install specified fastlane version agent should have access to RubyGems endpoints.

adams-family commented 3 years ago

Hi @anatolybolshakov - thanks! If my understanding is correct then on hosted Azure DevOps environments this extension will work out of the box after installing?

Would it make sense to state this in the readme.md as it wasn't clear to me until you clarified? Thanks

anatolybolshakov commented 3 years ago

@adams-family yes correct Make sense, thanks!